Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Commit

Permalink
Merge pull request #101 from nikhiljindal/0.2
Browse files Browse the repository at this point in the history
Updating the version to 0.2
  • Loading branch information
nikhiljindal authored Dec 14, 2017
2 parents 21b3b39 + 29e4e58 commit 79fc683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/kubemci/cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 79fc683

Please sign in to comment.