diff --git a/cmd/root.go b/cmd/root.go index 0f06b2c..429a05b 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -6,7 +6,7 @@ import ( "github.com/spf13/cobra" ) -var APP_VERSION = "1.5.1" +var APP_VERSION = "1.5.2" // rootCmd represents the base command when called without any subcommands var rootCmd = &cobra.Command{