Skip to content

Commit

Permalink
Release 4.8.2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
antas-marcin committed Jul 24, 2024
1 parent 1547278 commit a00ce0d
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>io.weaviate</groupId>
<artifactId>client</artifactId>
<version>4.8.1</version>
<version>4.8.2</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>io.weaviate</groupId>
<artifactId>client</artifactId>
<packaging>jar</packaging>
<version>4.8.2-SNAPSHOT</version>
<version>4.8.2</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/java-client.git</connection>
<developerConnection>scm:git:ssh://github.com:weaviate/java-client.git</developerConnection>
<url>https://github.com/weaviate/java-client/tree/main</url>
<tag>4.8.1</tag>
<tag>4.8.2</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit a00ce0d

Please sign in to comment.