From 186ac331562a6dd55fa09870c41faa31c415c626 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Tue, 11 May 2021 15:24:26 +0200 Subject: [PATCH] Tag 0.14.3 --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index 2cf3ef6c..8874efce 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.2" + LuetCLIVersion = "0.14.3" LuetEnvPrefix = "LUET" )