diff --git a/Cargo.lock b/Cargo.lock index 493bd64596..4b8d95ba02 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -471,7 +471,7 @@ checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" [[package]] name = "api" -version = "1.11.2" +version = "1.11.3" dependencies = [ "chrono", "common", @@ -4561,7 +4561,7 @@ dependencies = [ [[package]] name = "qdrant" -version = "1.11.2" +version = "1.11.3" dependencies = [ "actix-cors", "actix-files", diff --git a/Cargo.toml b/Cargo.toml index 09e11ce898..46e66d7a6b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qdrant" -version = "1.11.2" +version = "1.11.3" authors = [ "Andrey Vasnetsov ", "Qdrant Team ", diff --git a/lib/api/Cargo.toml b/lib/api/Cargo.toml index be42191345..c390b6bb1f 100644 --- a/lib/api/Cargo.toml +++ b/lib/api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "api" -version = "1.11.2" +version = "1.11.3" authors = [ "Andrey Vasnetsov ", "Qdrant Team ", diff --git a/lib/common/common/src/defaults.rs b/lib/common/common/src/defaults.rs index 43d8226c94..15ed061d73 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.11.2"; +pub const QDRANT_VERSION_STRING: &str = "1.11.3"; lazy_static! { /// Current Qdrant semver version diff --git a/tools/missed_cherry_picks.sh b/tools/missed_cherry_picks.sh index d427ca9cc7..b09286ca48 100755 --- a/tools/missed_cherry_picks.sh +++ b/tools/missed_cherry_picks.sh @@ -8,7 +8,7 @@ set -euo pipefail # Ignore all commits upto and including this commit hash on dev -IGNORE_UPTO=6f11e748c3d878342ef45d07f867d1360dadcdda +IGNORE_UPTO=2eff2c722752e3f92cc684f04f65794328fc99e7 # Fetch latest branch info from remote git fetch -q origin master