diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-07-03 22:56:40 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-07-03 22:56:40 +0530 |
commit | 2b1440f22897914c4a1836de8dd0c64972e10650 (patch) | |
tree | 109adf90899065345840684b867375372b6c58bb /cmd/version.go | |
parent | 6ac3bd9b1cc4b9c897e8e9623313924b80f6a4b2 (diff) |
removed copyright notice and other messages from rootcmd
Diffstat (limited to 'cmd/version.go')
-rw-r--r-- | cmd/version.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/version.go b/cmd/version.go index c89866b..54391fc 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -24,7 +24,7 @@ import ( "github.com/spf13/cobra" ) -var version string = "v1.5.4" +var version string = "v1.6.0" var versionCmd = &cobra.Command { Use: "version", |