From 08872cfc811c76a7cfcf11338fbf6f157477c1cf Mon Sep 17 00:00:00 2001 From: Benjamin Elder Date: Tue, 25 Jun 2019 17:17:20 -0700 Subject: [PATCH] version v0.4.0 --- cmd/kind/version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/kind/version/version.go b/cmd/kind/version/version.go index e00f4f2154..68ad61cbbb 100644 --- a/cmd/kind/version/version.go +++ b/cmd/kind/version/version.go @@ -24,7 +24,7 @@ import ( ) // Version is the kind CLI version -const Version = "v0.4.0-alpha" +const Version = "v0.4.0" // NewCommand returns a new cobra.Command for version func NewCommand() *cobra.Command {