From 8fffae31c7079e6eb5e26df2b4af8e5f9c04e856 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Mon, 23 Dec 2019 12:08:14 +0100 Subject: [PATCH] Add dev version tag --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index b5b9dd5a..52af6d65 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -30,7 +30,7 @@ import ( var cfgFile string var Verbose bool -const LuetCLIVersion = "0.3" +const LuetCLIVersion = "0.4-dev" // RootCmd represents the base command when called without any subcommands var RootCmd = &cobra.Command{