enhance: Bump milvus version to v2.4.6 (#34678)

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
hotfix-2.4.5 v2.4.6
congqixia 2024-07-16 12:01:38 +08:00 committed by GitHub
parent 9e593f8128
commit ce9ab52855
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.MustParse("2.4.5")
Version = semver.MustParse("2.4.6")
}