From 97c107f21b8dbd1cb7190ecc732ff38f7cdd248f Mon Sep 17 00:00:00 2001
From: Andrey Vasnetsov
Date: Thu, 2 May 2024 20:33:23 +0200
Subject: [PATCH] bump version to v1.9.1 (#4160)
---
Cargo.lock | 4 ++--
Cargo.toml | 2 +-
lib/api/Cargo.toml | 2 +-
lib/common/common/src/defaults.rs | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 0cdf118a3de..6d134fc8c59 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -466,7 +466,7 @@ checksum = "f538837af36e6f6a9be0faa67f9a314f8119e4e4b5867c6ab40ed60360142519"
[[package]]
name = "api"
-version = "1.9.0"
+version = "1.9.1"
dependencies = [
"chrono",
"common",
@@ -4047,7 +4047,7 @@ dependencies = [
[[package]]
name = "qdrant"
-version = "1.9.0"
+version = "1.9.1"
dependencies = [
"actix-cors",
"actix-files",
diff --git a/Cargo.toml b/Cargo.toml
index 38983f46a6a..525878a39be 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "qdrant"
-version = "1.9.0"
+version = "1.9.1"
authors = [
"Andrey Vasnetsov ",
"Qdrant Team ",
diff --git a/lib/api/Cargo.toml b/lib/api/Cargo.toml
index 46716756cf3..68659480a85 100644
--- a/lib/api/Cargo.toml
+++ b/lib/api/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "api"
-version = "1.9.0"
+version = "1.9.1"
authors = [
"Andrey Vasnetsov ",
"Qdrant Team ",
diff --git a/lib/common/common/src/defaults.rs b/lib/common/common/src/defaults.rs
index 324c85e339e..d5208ef10ab 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.0";
+pub const QDRANT_VERSION_STRING: &str = "1.9.1";
lazy_static! {
/// Current Qdrant semver version