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 #88 from nikhiljindal/0.1.1
Browse files Browse the repository at this point in the history
Bumping version to 0.1.1
  • Loading branch information
nikhiljindal authored Dec 1, 2017
2 parents 671d5d9 + 935c083 commit 0042ac4
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.0.1"
clientVersion = "0.1.1"
)

func NewCmdGetVersion(out, err io.Writer) *cobra.Command {
Expand Down

0 comments on commit 0042ac4

Please sign in to comment.