From 2d52d5cc5e2bc3797a23a54bed924531c223525c Mon Sep 17 00:00:00 2001 From: Benjamin Elder Date: Tue, 15 Jan 2019 20:13:19 -0800 Subject: [PATCH 1/2] version 0.1.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 1a416a3279..8b32e13962 100644 --- a/cmd/kind/version/version.go +++ b/cmd/kind/version/version.go @@ -22,7 +22,7 @@ import ( ) // Version is the kind CLI version -const Version = "0.1.0-alpha" +const Version = "0.1.0" // NewCommand returns a new cobra.Command for version func NewCommand() *cobra.Command { From babb64ce97abe6facf34d3b333e7a34f69c7c67d Mon Sep 17 00:00:00 2001 From: Benjamin Elder Date: Tue, 15 Jan 2019 20:13:37 -0800 Subject: [PATCH 2/2] version 0.2.0-alpha --- 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 8b32e13962..4a168d2b37 100644 --- a/cmd/kind/version/version.go +++ b/cmd/kind/version/version.go @@ -22,7 +22,7 @@ import ( ) // Version is the kind CLI version -const Version = "0.1.0" +const Version = "0.2.0-alpha" // NewCommand returns a new cobra.Command for version func NewCommand() *cobra.Command {