enhance: Bump milvus version v2.4.4 (#33504)

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
pull/33436/head v2.4.4
congqixia 2024-05-31 14:55:44 +08:00 committed by GitHub
parent 8ff5d2793c
commit 8e7f36d928
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 var Version semver.Version
func init() { func init() {
Version = semver.MustParse("2.4.3") Version = semver.MustParse("2.4.4")
} }