From 29e4e5802976ae6e21d288c47362facaab36c51f Mon Sep 17 00:00:00 2001 From: nikhiljindal Date: Wed, 13 Dec 2017 00:13:54 -0800 Subject: [PATCH] Updating the version to 0.2 --- app/kubemci/cmd/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/kubemci/cmd/version.go b/app/kubemci/cmd/version.go index 0a3ff4ba4..b7a63e8de 100644 --- a/app/kubemci/cmd/version.go +++ b/app/kubemci/cmd/version.go @@ -33,7 +33,7 @@ var ( const ( // String indicating the client version. // TODO(nikhiljindal): Add more useful information such as build date, git commit, etc similar to kubectl. - clientVersion = "0.1.1" + clientVersion = "0.2.0" ) func NewCmdGetVersion(out, err io.Writer) *cobra.Command {