Skip to content

Commit e34e09a

Browse files
committed
Release 6.0.0-beta4 version
1 parent 71af20b commit e34e09a

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
@@ -13,7 +13,7 @@ To start using Weaviate Java Client add the dependency to `pom.xml`:
1313
<dependency>
1414
<groupId>io.weaviate</groupId>
1515
<artifactId>client6</artifactId>
16-
<version>6.0.0-beta3</version>
16+
<version>6.0.0-beta4</version>
1717
</dependency>
1818
```
1919

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>client6</artifactId>
77
<packaging>jar</packaging>
8-
<version>6.0.0-SNAPSHOT</version>
8+
<version>6.0.0-beta4</version>
99

1010
<name>${project.groupId}:${project.artifactId}</name>
1111
<description>Official Java client for Weaviate Vector Search Engine</description>
@@ -42,7 +42,7 @@
4242
<connection>scm:git:git://github.com/weaviate/java-client.git</connection>
4343
<developerConnection>scm:git:ssh://github.com:weaviate/java-client.git</developerConnection>
4444
<url>https://github.com/weaviate/java-client/tree/main</url>
45-
<tag>6.0.0-beta3</tag>
45+
<tag>6.0.0-beta4</tag>
4646
</scm>
4747

4848
<properties>

0 commit comments

Comments
 (0)