Skip to content

Commit

Permalink
bump version to v1.12.1 (qdrant#5223)
Browse files Browse the repository at this point in the history
  • Loading branch information
generall authored Oct 11, 2024
1 parent 4b9b899 commit 9c20e9e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "qdrant"
version = "1.12.0"
version = "1.12.1"
authors = [
"Andrey Vasnetsov <[email protected]>",
"Qdrant Team <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion lib/api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "api"
version = "1.12.0"
version = "1.12.1"
authors = [
"Andrey Vasnetsov <[email protected]>",
"Qdrant Team <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion lib/common/common/src/defaults.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use semver::Version;
use crate::cpu;

/// Current Qdrant version string
pub const QDRANT_VERSION_STRING: &str = "1.12.0";
pub const QDRANT_VERSION_STRING: &str = "1.12.1";

lazy_static! {
/// Current Qdrant semver version
Expand Down

0 comments on commit 9c20e9e

Please sign in to comment.