From 6c6c9c6c5c37fa27252c57d12d21ad921cca2450 Mon Sep 17 00:00:00 2001 From: generall Date: Mon, 14 Jul 2025 23:10:29 +0200 Subject: [PATCH] bump v1.14.1 - cloud inference --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0732c107..e1e8f79c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qdrant-client" -version = "1.14.0" +version = "1.14.1" edition = "2021" authors = ["Qdrant Team "] description = "Rust client for Qdrant Vector Search Engine"