Skip to content

Commit e70ea39

Browse files
committed
v1.12.0
1 parent b229554 commit e70ea39

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ To install the library, add the following lines to your build config file.
3434
<dependency>
3535
<groupId>io.qdrant</groupId>
3636
<artifactId>client</artifactId>
37-
<version>1.11.0</version>
37+
<version>1.12.0</version>
3838
</dependency>
3939
```
4040

4141
#### SBT
4242

4343
```sbt
44-
libraryDependencies += "io.qdrant" % "client" % "1.11.0"
44+
libraryDependencies += "io.qdrant" % "client" % "1.12.0"
4545
```
4646

4747
#### Gradle

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# The version of qdrant to use to download protos
2-
qdrantProtosVersion=v1.11.0
2+
qdrantProtosVersion=dev
33

44
# The version of qdrant docker image to run integration tests against
5-
qdrantVersion=v1.11.0
5+
qdrantVersion=dev
66

77
# The version of the client to generate
8-
packageVersion=1.11.0
8+
packageVersion=1.12.0

0 commit comments

Comments
 (0)