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

Commit

Permalink
Updating version to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhiljindal committed Feb 2, 2018
1 parent dffa556 commit 4408a30
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.2.0"
clientVersion = "0.3.0"
)

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

0 comments on commit 4408a30

Please sign in to comment.