Skip to content

Commit

Permalink
Bump version to v1.8.3 (qdrant#3868)
Browse files Browse the repository at this point in the history
  • Loading branch information
timvisee authored Mar 19, 2024
1 parent e367bd1 commit acb04d5
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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.8.2"
version = "1.8.3"
authors = [
"Andrey Vasnetsov <andrey@vasnetsov.com>",
"Qdrant Team <info@qdrant.tech>",
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.8.2"
version = "1.8.3"
authors = [
"Andrey Vasnetsov <andrey@vasnetsov.com>",
"Qdrant Team <info@qdrant.tech>",
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
pub const QDRANT_VERSION: Version = Version::new(1, 8, 2);
pub const QDRANT_VERSION: Version = Version::new(1, 8, 3);

/// Default timeout for consensus meta operations.
pub const CONSENSUS_META_OP_WAIT: Duration = Duration::from_secs(10);
Expand Down
2 changes: 1 addition & 1 deletion tools/missed_cherry_picks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
set -euo pipefail

# Ignore all commits upto and including this commit hash on dev
IGNORE_UPTO=02aef54b2769c8287722e9fddb372fb273e9050d
IGNORE_UPTO=413b87a95910bd09cc4b209b80f4d85f0db3aca4

# Fetch latest branch info from remote
git fetch -q origin master
Expand Down

0 comments on commit acb04d5

Please sign in to comment.