From 56e9c6f82ecb1aeffe5f7d0f152c6210cd6fe4ed Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Tue, 25 May 2021 14:55:55 +0200 Subject: [PATCH] Tag 0.16.4 --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index 0e2750b9..016dcaea 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.16.3" + LuetCLIVersion = "0.16.4" LuetEnvPrefix = "LUET" )