Skip to content

Commit 931b285

Browse files
committed
new: update tests qdrant version to 1.12.1
1 parent e39c7af commit 931b285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ function stop_docker()
1111
# Ensure current path is project root
1212
cd "$(dirname "$0")/../"
1313

14-
QDRANT_LATEST="v1.12.0"
14+
QDRANT_LATEST="v1.12.1"
1515
QDRANT_VERSION=${QDRANT_VERSION:-"$QDRANT_LATEST"}
1616
IGNORE_CONGRUENCE_TESTS=${IGNORE_CONGRUENCE_TESTS:-"false"}
1717
REST_PORT="6333"

0 commit comments

Comments
 (0)