enhance: Bump version to 2.3.6 (#30184)

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
This commit is contained in:
congqixia 2024-01-22 19:04:55 +08:00 committed by GitHub
parent 0e71923408
commit 565d37ced8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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