Bump version to 1.18.3 (#9885)

This commit is contained in:
Tim Visée
2026-07-17 12:59:11 +02:00
committed by GitHub
parent 0da8d5881e
commit db8fa43fcb
4 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View File

@@ -478,7 +478,7 @@ checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
[[package]]
name = "api"
version = "1.18.2"
version = "1.18.3"
dependencies = [
"ahash",
"chrono",
@@ -5705,7 +5705,7 @@ dependencies = [
[[package]]
name = "qdrant"
version = "1.18.2"
version = "1.18.3"
dependencies = [
"actix-cors",
"actix-files",

View File

@@ -1,6 +1,6 @@
[package]
name = "qdrant"
version = "1.18.2"
version = "1.18.3"
description = "Qdrant - Vector Search engine"
authors = [
"Andrey Vasnetsov <andrey@vasnetsov.com>",

View File

@@ -1,6 +1,6 @@
[package]
name = "api"
version = "1.18.2"
version = "1.18.3"
authors = [
"Andrey Vasnetsov <andrey@vasnetsov.com>",
"Qdrant Team <info@qdrant.tech>",

View File

@@ -7,7 +7,7 @@ use semver::Version;
use crate::cpu;
/// Current Qdrant version string
pub const QDRANT_VERSION_STRING: &str = "1.18.2";
pub const QDRANT_VERSION_STRING: &str = "1.18.3";
/// Current Qdrant semver version
pub static QDRANT_VERSION: LazyLock<Version> =