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

Commit 79fc683

Browse files
authored
Merge pull request #101 from nikhiljindal/0.2
Updating the version to 0.2
2 parents 21b3b39 + 29e4e58 commit 79fc683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/kubemci/cmd/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ var (
3333
const (
3434
// String indicating the client version.
3535
// TODO(nikhiljindal): Add more useful information such as build date, git commit, etc similar to kubectl.
36-
clientVersion = "0.1.1"
36+
clientVersion = "0.2.0"
3737
)
3838

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

0 commit comments

Comments
 (0)