From f2ec065a89beedf86dd21140179dc09b2a530f9e Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Sun, 16 May 2021 21:12:32 +0200 Subject: [PATCH] Tag 0.14.5 --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index c7ad8216..dd661171 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -40,7 +40,7 @@ var Verbose bool var LockedCommands = []string{"install", "uninstall", "upgrade"} const ( - LuetCLIVersion = "0.14.4" + LuetCLIVersion = "0.14.5" LuetEnvPrefix = "LUET" )