Skip to content

Commit

Permalink
Bump version to 2.21.0 (#1002)
Browse files Browse the repository at this point in the history
  • Loading branch information
godrei authored Sep 25, 2024
1 parent 29eaa69 commit 6f15bd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version/build.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package version

// VERSION is the main CLI version number. It's defined at build time using -ldflags
var VERSION = "2.20.1"
var VERSION = "2.21.0"

// BuildNumber is the CI build number that creates the release. It's defined at build time using -ldflags
var BuildNumber = ""
Expand Down

0 comments on commit 6f15bd1

Please sign in to comment.