Bump semver to 2.2.12 (#25805)

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
This commit is contained in:
congqixia 2023-07-20 19:39:01 +08:00 committed by GitHub
parent cfd287f1c1
commit f29ab5cfee
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.11")
Version, _ = semver.Parse("2.2.12")
}