diff --git a/Cargo.lock b/Cargo.lock index 92afc7ebd8..67f86c87bc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -489,7 +489,7 @@ checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04" [[package]] name = "api" -version = "1.13.3" +version = "1.13.4" dependencies = [ "chrono", "common", @@ -4766,7 +4766,7 @@ dependencies = [ [[package]] name = "qdrant" -version = "1.13.3" +version = "1.13.4" dependencies = [ "actix-cors", "actix-files", diff --git a/Cargo.toml b/Cargo.toml index a03965358f..64afe59b45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qdrant" -version = "1.13.3" +version = "1.13.4" description = "Qdrant - Vector Search engine" authors = [ "Andrey Vasnetsov ", diff --git a/lib/api/Cargo.toml b/lib/api/Cargo.toml index 7de5d54c0e..ad6df27121 100644 --- a/lib/api/Cargo.toml +++ b/lib/api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "api" -version = "1.13.3" +version = "1.13.4" authors = [ "Andrey Vasnetsov ", "Qdrant Team ", diff --git a/lib/common/common/src/defaults.rs b/lib/common/common/src/defaults.rs index 7062945c4a..68bc820f31 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.3"; +pub const QDRANT_VERSION_STRING: &str = "1.13.4"; lazy_static! { /// Current Qdrant semver version diff --git a/tools/missed_cherry_picks.sh b/tools/missed_cherry_picks.sh index 2efbc35b9c..877200bb34 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=83b585547ad2cdc6d920f2d5046ddcff5164b90d +IGNORE_UPTO=36fd28a7224c5aa24406372ec4402a506fc51271 # Fetch latest branch info from remote git fetch -q origin master