From af0e0a64418829627574d7e77d8f86aff307704b Mon Sep 17 00:00:00 2001 From: Arnaud Gourlay Date: Tue, 5 Mar 2024 16:05:05 +0100 Subject: [PATCH] bump 1.8.0 --- Cargo.toml | 2 +- tests/integration-tests.sh | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 70a8879..38f0173 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qdrant-client" -version = "1.7.0" +version = "1.8.0" edition = "2021" authors = ["Qdrant Team "] description = "Rust client for Qdrant Vector Search Engine" diff --git a/tests/integration-tests.sh b/tests/integration-tests.sh index a2a2f6c..40be3a6 100755 --- a/tests/integration-tests.sh +++ b/tests/integration-tests.sh @@ -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'