From adbd5fc19b18f36b69fc969cc35dcebc147b6803 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Mon, 23 Dec 2019 12:07:36 +0100 Subject: [PATCH] Prepare for tagging release --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index 818b07aa..b5b9dd5a 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -30,7 +30,7 @@ import ( var cfgFile string var Verbose bool -const LuetCLIVersion = "0.3-dev" +const LuetCLIVersion = "0.3" // RootCmd represents the base command when called without any subcommands var RootCmd = &cobra.Command{