From c0b432befa4cf8a8a0378c17eb75c2bf6ad2e863 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Sat, 16 May 2020 22:46:29 +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 22c0f8bd..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.8" + LuetCLIVersion = "0.8-dev" LuetEnvPrefix = "LUET" )