Skip to content

Commit

Permalink
feat: bump version number for v1.11.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
benhoyt committed Apr 26, 2024
1 parent 4e93e7b commit a4c9a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ package cmd
//go:generate ./mkversion.sh

// Version will be overwritten at build-time via mkversion.sh
var Version = "v1.11.0-dev"
var Version = "v1.11.0"

func MockVersion(version string) (restore func()) {
old := Version
Expand Down

0 comments on commit a4c9a87

Please sign in to comment.