Skip to content

Commit 1dc69db

Browse files
committed
Release 5.2.0 version
1 parent 4df2216 commit 1dc69db

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ To start using Weaviate Java client add this dependency to `pom.xml`:
1111
<dependency>
1212
<groupId>io.weaviate</groupId>
1313
<artifactId>client</artifactId>
14-
<version>5.1.3</version>
14+
<version>5.2.0</version>
1515
</dependency>
1616
```
1717

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>io.weaviate</groupId>
66
<artifactId>client</artifactId>
77
<packaging>jar</packaging>
8-
<version>5.1.4-SNAPSHOT</version>
8+
<version>5.2.0</version>
99

1010
<name>Weaviate Java client</name>
1111
<description>A java client for Weaviate Vector Search Engine</description>
@@ -36,7 +36,7 @@
3636
<connection>scm:git:git://github.com/weaviate/java-client.git</connection>
3737
<developerConnection>scm:git:ssh://github.com:weaviate/java-client.git</developerConnection>
3838
<url>https://github.com/weaviate/java-client/tree/main</url>
39-
<tag>5.1.3</tag>
39+
<tag>5.2.0</tag>
4040
</scm>
4141

4242
<distributionManagement>

0 commit comments

Comments
 (0)