Skip to content

Commit b8bae49

Browse files
committed
Release 4.1.0 version
1 parent feeb07c commit b8bae49

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
@@ -10,7 +10,7 @@ In order to get start using the java client one needs to add it's dependency:
1010
<dependency>
1111
<groupId>io.weaviate</groupId>
1212
<artifactId>client</artifactId>
13-
<version>4.0.2</version>
13+
<version>4.1.0</version>
1414
</dependency>
1515
```
1616

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>4.0.3-SNAPSHOT</version>
8+
<version>4.1.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>4.0.2</tag>
39+
<tag>4.1.0</tag>
4040
</scm>
4141

4242
<distributionManagement>

0 commit comments

Comments
 (0)