Skip to content

Commit

Permalink
enhance: Bump milvus version to v2.3.17 (#33509)
Browse files Browse the repository at this point in the history
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
  • Loading branch information
congqixia committed May 31, 2024
1 parent 0d4ee28 commit cc1bf63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/common/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ import semver "github.com/blang/semver/v4"
var Version semver.Version

func init() {
Version, _ = semver.Parse("2.3.16")
Version, _ = semver.Parse("2.3.17")
}

0 comments on commit cc1bf63

Please sign in to comment.