Skip to content

Commit 9feb73e

Browse files
authored
Bump version to 1.15.0 (#233)
1 parent f3bbf44 commit 9feb73e

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.14.1"
3+
version = "1.15.0"
44
edition = "2021"
55
authors = ["Qdrant Team <[email protected]>"]
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.14.0'
14+
QDRANT_VERSION='v1.15.0'
1515

1616
QDRANT_HOST='localhost:6333'
1717

0 commit comments

Comments
 (0)