From c52fe9a6b3313e4d060ae1c0c0866e1b1f6ee335 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Tue, 19 May 2020 23:05:03 +0200 Subject: [PATCH] Add development version --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index 8dfb8b86..be4f98a5 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -38,7 +38,7 @@ var Verbose bool var LockedCommands = []string{"install", "uninstall", "upgrade"} const ( - LuetCLIVersion = "0.7.9" + LuetCLIVersion = "0.8-dev" LuetEnvPrefix = "LUET" )