diff --git a/cli/flexkube/cli.go b/cli/flexkube/cli.go index aa5860b8..41cc4cfd 100644 --- a/cli/flexkube/cli.go +++ b/cli/flexkube/cli.go @@ -11,7 +11,7 @@ import ( const ( // Version is a version printed by the --version flag. - Version = "v0.5.1-unreleased" + Version = "v0.5.1" // YesFlag is a const for --yes flag. YesFlag = "yes"