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

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
This commit is contained in:
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

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")
}