Skip to content

Commit

Permalink
bump 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
agourlay committed Mar 5, 2024
1 parent 452e4bf commit af0e0a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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.7.0"
version = "1.8.0"
edition = "2021"
authors = ["Qdrant Team <[email protected]>"]
description = "Rust client for Qdrant Vector Search Engine"
Expand Down
3 changes: 1 addition & 2 deletions tests/integration-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ function stop_docker()
# Ensure current path is project root
cd "$(dirname "$0")/../"

# TODO use v1.8.0
QDRANT_VERSION='dev'
QDRANT_VERSION='v1.8.0'

QDRANT_HOST='localhost:6333'

Expand Down

0 comments on commit af0e0a6

Please sign in to comment.