Skip to content

Commit

Permalink
Release 3.6.4 version
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkkul committed Mar 7, 2023
1 parent 55a0a2b commit 28e7330
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ In order to get start using the java client one needs to add it's dependency:
<dependency>
<groupId>technology.semi.weaviate</groupId>
<artifactId>client</artifactId>
<version>3.6.3</version>
<version>3.6.4</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>technology.semi.weaviate</groupId>
<artifactId>client</artifactId>
<packaging>jar</packaging>
<version>3.6.4-SNAPSHOT</version>
<version>3.6.4</version>

<name>Weaviate Java client</name>
<description>A java client for Weaviate Vector Search Engine</description>
Expand Down Expand Up @@ -36,7 +36,7 @@
<connection>scm:git:git://github.com/weaviate/weaviate-java-client.git</connection>
<developerConnection>scm:git:ssh://github.com:weaviate/weaviate-java-client.git</developerConnection>
<url>https://github.com/weaviate/weaviate-java-client/tree/main</url>
<tag>3.6.3</tag>
<tag>3.6.4</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit 28e7330

Please sign in to comment.