diff --git a/cmd/root.go b/cmd/root.go index 52af6d65..7b3c29f1 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -30,7 +30,7 @@ import ( var cfgFile string var Verbose bool -const LuetCLIVersion = "0.4-dev" +const LuetCLIVersion = "0.4" // RootCmd represents the base command when called without any subcommands var RootCmd = &cobra.Command{