diff --git a/Cargo.lock b/Cargo.lock index 97b1bf8459..f1e091a8cb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -490,7 +490,7 @@ checksum = "dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f" [[package]] name = "api" -version = "1.13.5" +version = "1.13.6" dependencies = [ "chrono", "common", @@ -4834,7 +4834,7 @@ dependencies = [ [[package]] name = "qdrant" -version = "1.13.5" +version = "1.13.6" dependencies = [ "actix-cors", "actix-files", diff --git a/Cargo.toml b/Cargo.toml index 5abbc1ddda..c6cef6f171 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qdrant" -version = "1.13.5" +version = "1.13.6" description = "Qdrant - Vector Search engine" authors = [ "Andrey Vasnetsov ", diff --git a/lib/api/Cargo.toml b/lib/api/Cargo.toml index e8daf42200..c7c94c3fc4 100644 --- a/lib/api/Cargo.toml +++ b/lib/api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "api" -version = "1.13.5" +version = "1.13.6" authors = [ "Andrey Vasnetsov ", "Qdrant Team ", diff --git a/lib/common/common/src/defaults.rs b/lib/common/common/src/defaults.rs index 0914adf177..4ed7f2cd4a 100644 --- a/lib/common/common/src/defaults.rs +++ b/lib/common/common/src/defaults.rs @@ -6,7 +6,7 @@ use semver::Version; use crate::cpu; /// Current Qdrant version string -pub const QDRANT_VERSION_STRING: &str = "1.13.5"; +pub const QDRANT_VERSION_STRING: &str = "1.13.6"; lazy_static! { /// Current Qdrant semver version