Skip to content

Commit aa60623

Browse files
committed
v1.13.0
1 parent 82584c0 commit aa60623

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ We love your input! We want to make contributing to this project as easy and tra
99

1010
## We Develop with GitHub
1111

12-
We use github to host code, to track issues and feature requests, as well as accept pull requests.
12+
We use GitHub to host code, to track issues and feature requests, as well as accept pull requests.
1313

1414
We Use [GitHub Flow](https://docs.github.com/en/get-started/quickstart/github-flow), so all code changes
1515
happen through Pull Requests. Pull requests are the best way to propose changes to the codebase.

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.12.0</version>
37+
<version>1.13.0</version>
3838
</dependency>
3939
```
4040

4141
#### SBT
4242

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

4747
#### Gradle
4848

4949
```gradle
50-
implementation 'io.qdrant:client:1.11.0'
50+
implementation 'io.qdrant:client:1.13.0'
5151
```
5252

5353
> [!NOTE]

gradle.properties

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# The version of qdrant to use to download protos
2-
qdrantProtosVersion=v1.12.0
2+
# TODO bump to 1.13.0 when it is released
3+
qdrantProtosVersion=dev
34

45
# The version of qdrant docker image to run integration tests against
5-
qdrantVersion=v1.12.0
6+
# TODO bump to 1.13.0 when it is released
7+
qdrantVersion=dev
68

79
# The version of the client to generate
8-
packageVersion=1.12.0
10+
packageVersion=1.13.0

0 commit comments

Comments
 (0)