Skip to content

Commit

Permalink
Bump version to v1.3.1 (qdrant#2194)
Browse files Browse the repository at this point in the history
  • Loading branch information
timvisee authored Jul 3, 2023
1 parent c981d2c commit 904e0ef
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.3.0"
version = "1.3.1"
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.3.0"
version = "1.3.1"
authors = [
"Andrey Vasnetsov <andrey@vasnetsov.com>",
"Qdrant Team <info@qdrant.tech>",
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=1d035501a4de27065e6fefe7bcff7cfa4d754713
IGNORE_UPTO=c981d2c063ea1af7f9277b1988913540552e9ffd

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

0 comments on commit 904e0ef

Please sign in to comment.