diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-07-06 23:29:47 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-07-06 23:29:47 +0530 |
commit | 6860422b5b97f9e2459084684aa000c0b85f5e7b (patch) | |
tree | 7b88cd175c34b924179d583e6739f19b32ea8a4f /cmd | |
parent | 9a4a3696c7d5d51a796e2960d31f9ff7f2c1205d (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 7b16c04..ce89eba 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -24,7 +24,7 @@ import ( "github.com/spf13/cobra" ) -const version string = "v1.8.1" +const version string = "v1.9.1" var versionCmd = &cobra.Command { Use: "version", |