From 89bd7c228197256ac8b6df7d30e1932fdc6ae974 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Wed, 17 Feb 2021 13:58:21 +0100 Subject: [PATCH] Tag 0.11.1 --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index 0f1001eb..d8fe8a6c 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.11.0" + LuetCLIVersion = "0.11.1" LuetEnvPrefix = "LUET" )