Skip to content

Commit

Permalink
version: dev/2.1 branch && bump up dev version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dindinw committed Dec 16, 2024
1 parent d86ba16 commit 0ce45e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ const (
// versioning 2.0.0 spec (http://semver.org/).
const (
Major uint = 2
Minor uint = 0
Patch uint = 4
Minor uint = 1
Patch uint = 0
)

var (
Expand Down

0 comments on commit 0ce45e0

Please sign in to comment.