From 671cf97bc27ac2d6f5c35bf5d4a20afad43291b3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tim=20Vis=C3=A9e?=
Date: Tue, 28 May 2024 14:22:14 +0200
Subject: [PATCH] Bump version to 1.9.4 (#4343)
---
Cargo.lock | 4 ++--
Cargo.toml | 2 +-
lib/api/Cargo.toml | 2 +-
lib/common/common/src/defaults.rs | 2 +-
tools/missed_cherry_picks.sh | 2 +-
5 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index a92c516f2ca..3daf47e49fc 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -469,7 +469,7 @@ checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da"
[[package]]
name = "api"
-version = "1.9.3"
+version = "1.9.4"
dependencies = [
"chrono",
"common",
@@ -4142,7 +4142,7 @@ dependencies = [
[[package]]
name = "qdrant"
-version = "1.9.3"
+version = "1.9.4"
dependencies = [
"actix-cors",
"actix-files",
diff --git a/Cargo.toml b/Cargo.toml
index 4c1d30b173c..83208d74d73 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "qdrant"
-version = "1.9.3"
+version = "1.9.4"
authors = [
"Andrey Vasnetsov ",
"Qdrant Team ",
diff --git a/lib/api/Cargo.toml b/lib/api/Cargo.toml
index 8c612ef39ce..741fdd2787c 100644
--- a/lib/api/Cargo.toml
+++ b/lib/api/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "api"
-version = "1.9.3"
+version = "1.9.4"
authors = [
"Andrey Vasnetsov ",
"Qdrant Team ",
diff --git a/lib/common/common/src/defaults.rs b/lib/common/common/src/defaults.rs
index 8d3eb35908b..9bb04531721 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.9.3";
+pub const QDRANT_VERSION_STRING: &str = "1.9.4";
lazy_static! {
/// Current Qdrant semver version
diff --git a/tools/missed_cherry_picks.sh b/tools/missed_cherry_picks.sh
index 4f5f43209d0..0323e2e83fd 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=94c9991b29096a5b60899a3056e59862d72fe778
+IGNORE_UPTO=ccf7f1d24f37dcfe82dad85fa66fb91352bd7a21
# Fetch latest branch info from remote
git fetch -q origin master