Skip to content

Commit

Permalink
Bump version to 1.13.0 (#209)
Browse files Browse the repository at this point in the history
* Bump version to 1.13.0

* Update Docker image for integration tests
  • Loading branch information
timvisee authored Jan 17, 2025
1 parent d68c7ba commit 37e4b99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "qdrant-client"
version = "1.12.1"
version = "1.13.0"
edition = "2021"
authors = ["Qdrant Team <[email protected]>"]
description = "Rust client for Qdrant Vector Search Engine"
Expand Down
2 changes: 1 addition & 1 deletion tests/integration-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function stop_docker()
# Ensure current path is project root
cd "$(dirname "$0")/../"

QDRANT_VERSION='dev'
QDRANT_VERSION='v1.13.0'

QDRANT_HOST='localhost:6333'

Expand Down

0 comments on commit 37e4b99

Please sign in to comment.