diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-07-04 22:20:02 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-07-04 22:20:02 +0530 |
commit | a7f0e19017a7e57c946612ed11c6cb190ae177be (patch) | |
tree | 4f384a057355a41cb25ef069ffa91d2ce4487ae6 /cmd | |
parent | 2689541cbbba044153c33fb1b36d691514916139 (diff) |
incremented version number
Diffstat (limited to 'cmd')
-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 2721e89..7b16c04 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -24,7 +24,7 @@ import ( "github.com/spf13/cobra" ) -const version string = "v1.7.2" +const version string = "v1.8.1" var versionCmd = &cobra.Command { Use: "version", |