Fix 2.2.3 semver value (#21872)

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
pull/21881/head
congqixia 2023-01-30 20:05:49 +08:00 committed by GitHub
parent 06549674d7
commit 15aeb05499
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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