enhance: Bump milvus version to v2.3.14 (#32455)

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
pull/32495/head
congqixia 2024-04-19 13:57:23 +08:00 committed by GitHub
parent 8e882bba1b
commit 65003099d8
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.13")
Version, _ = semver.Parse("2.3.14")
}