From a05cba90daa3df98409bb8868f76431995b6b42f Mon Sep 17 00:00:00 2001 From: timvisee Date: Thu, 7 Dec 2023 11:07:39 +0100 Subject: [PATCH] Bump version to 1.7.0 in integration test --- tests/integration-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration-tests.sh b/tests/integration-tests.sh index 85aad2a..100e824 100755 --- a/tests/integration-tests.sh +++ b/tests/integration-tests.sh @@ -11,7 +11,7 @@ function stop_docker() # Ensure current path is project root cd "$(dirname "$0")/../" -QDRANT_VERSION='v1.6.0' +QDRANT_VERSION='v1.7.0' QDRANT_HOST='localhost:6333'