Skip to content

Commit 2565e2a

Browse files
authored
Bump version to 1.16.0 (#248)
1 parent 2dfcb53 commit 2565e2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "qdrant-client"
3-
version = "1.15.0"
3+
version = "1.16.0"
44
edition = "2021"
55
authors = ["Qdrant Team <team@qdrant.com>"]
66
description = "Rust client for Qdrant Vector Search Engine"

tests/integration-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ function stop_docker()
1111
# Ensure current path is project root
1212
cd "$(dirname "$0")/../"
1313

14-
QDRANT_VERSION='v1.15.0'
14+
QDRANT_VERSION='v1.16.0'
1515

1616
QDRANT_HOST='localhost:6333'
1717

0 commit comments

Comments
 (0)