Skip to content

Commit d186965

Browse files
committed
chore: Bump version 1.7.2
1 parent 06b6c8d commit d186965

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,20 +34,20 @@ 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.7.1</version>
37+
<version>1.7.2</version>
3838
</dependency>
3939
```
4040

4141
#### SBT
4242

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

4747
#### Gradle
4848

4949
```gradle
50-
implementation 'io.qdrant:client:1.7.1'
50+
implementation 'io.qdrant:client:1.7.2'
5151
```
5252

5353
## 📖 Documentation

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ qdrantProtosVersion=v1.7.0
55
qdrantVersion=v1.7.0
66

77
# The version of the client to generate
8-
packageVersion=1.7.1
8+
packageVersion=1.7.2

0 commit comments

Comments
 (0)