diff --git a/cmd/root/root.go b/cmd/root/root.go index 31454a3..467fc38 100644 --- a/cmd/root/root.go +++ b/cmd/root/root.go @@ -16,7 +16,7 @@ import ( "github.com/spf13/cobra" ) -var version = "1.0.0" +var version = "1.1.0" func NewRootCmd() *cobra.Command { root := &cobra.Command{