diff --git a/app/kubemci/cmd/version.go b/app/kubemci/cmd/version.go index b7a63e8de..70e6d742e 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.2.0" + clientVersion = "0.3.0" ) func NewCmdGetVersion(out, err io.Writer) *cobra.Command {