From f676b50735e434deb60a6a2c6feda8f7eb542eac Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Wed, 5 Aug 2020 19:37:32 +0200 Subject: [PATCH] Tag 0.8.4 --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index e358c9af..35a11295 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.8.3" + LuetCLIVersion = "0.8.4" LuetEnvPrefix = "LUET" )