diff --git a/cmd/root.go b/cmd/root.go index d89e44d..89f2b81 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -6,7 +6,7 @@ import ( "github.com/spf13/cobra" ) -var APP_VERSION = "1.3.4" +var APP_VERSION = "1.3.5" // rootCmd represents the base command when called without any subcommands var rootCmd = &cobra.Command{