From 6470f8590a84c97367e3be199a4a0762da9c60b4 Mon Sep 17 00:00:00 2001 From: Andrey Vasnetsov Date: Mon, 1 Jul 2024 21:28:14 +0200 Subject: [PATCH] Update gradle.properties Co-authored-by: Anush --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index fe6a0d3..6adbd43 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # The version of qdrant to use to download protos -qdrantProtosVersion=dev +qdrantProtosVersion=v1.10.0 # The version of qdrant docker image to run integration tests against qdrantVersion=dev