From 12c97c7a2aec4a804a96b6e87926bdc7c7667fdf Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Mon, 6 Jan 2020 19:11:44 +0100 Subject: [PATCH] Prepare for 0.4 tag --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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{