diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-08-06 10:23:54 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-08-06 10:23:54 +0530 |
commit | 1ae40030b32f9ab70fdc9a06161b32632168597f (patch) | |
tree | dad9ef88d1ee216b6a65a757b99589762ad725bf /cmd | |
parent | 3d23ed955d11651bd9bacda02070b8d13b6922a1 (diff) |
incremented version
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 abcc5a2..4eec975 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -24,7 +24,7 @@ import ( "github.com/spf13/cobra" ) -const version string = "v1.10.0" +const version string = "v1.11.0" var versionCmd = &cobra.Command { Use: "version", |