enhance: Bump milvus version to 2.3.10 (#30776)

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
This commit is contained in:
congqixia 2024-02-23 13:48:53 +08:00 committed by GitHub
parent a9625ec1ae
commit e389909547
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.9")
Version, _ = semver.Parse("2.3.10")
}