mirror of https://github.com/milvus-io/milvus.git
Bump Milvus version to 2.2.5-dev (#22928)
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>pull/22961/head
parent
5784943862
commit
f032421e69
|
@ -6,5 +6,5 @@ import "github.com/blang/semver/v4"
|
|||
var Version semver.Version
|
||||
|
||||
func init() {
|
||||
Version, _ = semver.Parse("2.2.3-pre+dev")
|
||||
Version, _ = semver.Parse("2.2.5-pre+dev")
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue