Skip to content

Commit

Permalink
chore: bump version to v1.12.0-dev for development
Browse files Browse the repository at this point in the history
  • Loading branch information
benhoyt committed Apr 28, 2024
1 parent a4c9a87 commit bb8b0a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/version.go
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"
var Version = "v1.12.0-dev"

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

0 comments on commit bb8b0a6

Please sign in to comment.