enhance: Bump milvus version to v2.3.18 (#33909)

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
pull/34132/head v2.3.18
congqixia 2024-06-18 16:30:00 +08:00 committed by GitHub
parent aea3cfefce
commit 578c38a2f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -6,5 +6,5 @@ import semver "github.com/blang/semver/v4"
var Version semver.Version
func init() {
Version, _ = semver.Parse("2.3.17")
Version, _ = semver.Parse("2.3.18")
}