Skip to content

Commit

Permalink
chore: Bump version 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Anush008 committed Feb 28, 2024
1 parent 06b6c8d commit d186965
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,20 +34,20 @@ To install the library, add the following lines to your build config file.
<dependency>
<groupId>io.qdrant</groupId>
<artifactId>client</artifactId>
<version>1.7.1</version>
<version>1.7.2</version>
</dependency>
```

#### SBT

```sbt
libraryDependencies += "io.qdrant" % "client" % "1.7.1"
libraryDependencies += "io.qdrant" % "client" % "1.7.2"
```

#### Gradle

```gradle
implementation 'io.qdrant:client:1.7.1'
implementation 'io.qdrant:client:1.7.2'
```

## 📖 Documentation
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ qdrantProtosVersion=v1.7.0
qdrantVersion=v1.7.0

# The version of the client to generate
packageVersion=1.7.1
packageVersion=1.7.2

0 comments on commit d186965

Please sign in to comment.