mirror of https://github.com/milvus-io/milvus.git
enhance: Bump milvus version to v2.5.2 (#38880)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>pull/38883/head
parent
cf148f9bd2
commit
84f8737ee9
|
@ -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")
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue