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 =