未验证 提交 01e59f8e 编写于 作者: C congqixia 提交者: GitHub

Fix master semver value (#21873)

Signed-off-by: NCongqi Xia <congqi.xia@zilliz.com>
上级 45ff5684
......@@ -2,9 +2,9 @@ package common
import "github.com/blang/semver/v4"
// Version current versiong for session
// Version current version for session
var Version semver.Version
func init() {
Version, _ = semver.Parse("2.2.0-pre+dev")
Version, _ = semver.Parse("2.3.0-pre+dev")
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册