Skip to content

Commit

Permalink
enhance: Bump milvus version to v2.4.3 (#33408)
Browse files Browse the repository at this point in the history
Signed-off-by: Congqi Xia <[email protected]>
  • Loading branch information
congqixia authored May 28, 2024
1 parent 0c5aaeb commit ef9c119
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.MustParse("2.4.2")
Version = semver.MustParse("2.4.3")
}

0 comments on commit ef9c119

Please sign in to comment.