enhance: Bump milvus version to v2.5.2 (#38880)

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
pull/38883/head
yihao.dai 2024-12-31 15:15:59 +08:00 committed by GitHub
parent cf148f9bd2
commit 84f8737ee9
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.5.1")
Version = semver.MustParse("2.5.2")
}