File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ To start using Weaviate Java Client add the dependency to `pom.xml`:
13
13
<dependency >
14
14
<groupId >io.weaviate</groupId >
15
15
<artifactId >client6</artifactId >
16
- <version >6.0.0-beta3 </version >
16
+ <version >6.0.0-beta4 </version >
17
17
</dependency >
18
18
```
19
19
Original file line number Diff line number Diff line change 5
5
<groupId >io.weaviate</groupId >
6
6
<artifactId >client6</artifactId >
7
7
<packaging >jar</packaging >
8
- <version >6.0.0-SNAPSHOT </version >
8
+ <version >6.0.0-beta4 </version >
9
9
10
10
<name >${project.groupId} :${project.artifactId} </name >
11
11
<description >Official Java client for Weaviate Vector Search Engine</description >
42
42
<connection >scm:git:git://github.com/weaviate/java-client.git</connection >
43
43
<developerConnection >scm:git:ssh://github.com:weaviate/java-client.git</developerConnection >
44
44
<url >https://github.com/weaviate/java-client/tree/main</url >
45
- <tag >6.0.0-beta3 </tag >
45
+ <tag >6.0.0-beta4 </tag >
46
46
</scm >
47
47
48
48
<properties >
You can’t perform that action at this time.
0 commit comments