Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

Commit

Permalink
prep for v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
srinandan committed Dec 5, 2019
1 parent d199eff commit 856abd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ var Version string
func main() {

rootCmd := cmd.GetRootCmd()
rootCmd.Version = "1.0, Git: " + Version
rootCmd.Version = "1.1.0, Git: " + Version

if err := rootCmd.Execute(); err != nil {
os.Exit(-1)
Expand Down

0 comments on commit 856abd8

Please sign in to comment.