Bump semver to 2.2.11-pre+dev (#24938)

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
This commit is contained in:
congqixia 2023-06-19 11:14:42 +08:00 committed by GitHub
parent 2b9f39b3b6
commit 9f44f3d0bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,5 +6,5 @@ import "github.com/blang/semver/v4"
var Version semver.Version
func init() {
Version, _ = semver.Parse("2.2.10-pre+dev")
Version, _ = semver.Parse("2.2.11-pre+dev")
}