From c47f133ece3df34448ecfaf572496b936fa7d0bc Mon Sep 17 00:00:00 2001 From: Mateusz Gozdek Date: Mon, 31 Aug 2020 01:06:37 +0200 Subject: [PATCH] cli/flexkube: bump Version to v0.4.0 Signed-off-by: Mateusz Gozdek --- cli/flexkube/cli.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"