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