From db8fa43fcb6aedec1e739487e17a99731b74590a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Vis=C3=A9e?= Date: Fri, 17 Jul 2026 12:59:11 +0200 Subject: [PATCH] Bump version to 1.18.3 (#9885) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- lib/api/Cargo.toml | 2 +- lib/common/common/src/defaults.rs | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0242e3d2d5..ed0d8621cb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -478,7 +478,7 @@ checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" [[package]] name = "api" -version = "1.18.2" +version = "1.18.3" dependencies = [ "ahash", "chrono", @@ -5705,7 +5705,7 @@ dependencies = [ [[package]] name = "qdrant" -version = "1.18.2" +version = "1.18.3" dependencies = [ "actix-cors", "actix-files", diff --git a/Cargo.toml b/Cargo.toml index 3fa48fc07a..e378bdc944 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qdrant" -version = "1.18.2" +version = "1.18.3" description = "Qdrant - Vector Search engine" authors = [ "Andrey Vasnetsov ", diff --git a/lib/api/Cargo.toml b/lib/api/Cargo.toml index fe25d7d557..ec3b064967 100644 --- a/lib/api/Cargo.toml +++ b/lib/api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "api" -version = "1.18.2" +version = "1.18.3" authors = [ "Andrey Vasnetsov ", "Qdrant Team ", diff --git a/lib/common/common/src/defaults.rs b/lib/common/common/src/defaults.rs index 01186aca67..973aa8d71f 100644 --- a/lib/common/common/src/defaults.rs +++ b/lib/common/common/src/defaults.rs @@ -7,7 +7,7 @@ use semver::Version; use crate::cpu; /// Current Qdrant version string -pub const QDRANT_VERSION_STRING: &str = "1.18.2"; +pub const QDRANT_VERSION_STRING: &str = "1.18.3"; /// Current Qdrant semver version pub static QDRANT_VERSION: LazyLock =