diff --git a/cli/flexkube/cli.go b/cli/flexkube/cli.go index ac9122b6..1b91fbda 100644 --- a/cli/flexkube/cli.go +++ b/cli/flexkube/cli.go @@ -8,7 +8,7 @@ import ( const ( // Version is a version printed by the --version flag. - Version = "v0.4.1-unreleased" + Version = "v0.4.0" // YesFlag is a const for --yes flag. YesFlag = "yes"