From 02edc10c58afce0aef0be9c087e1e7e8cfda63ca Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Sun, 6 Dec 2020 22:52:15 +0100 Subject: [PATCH] Tag 0.9.11 --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index fe82d543..6e5317c6 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.9.10" + LuetCLIVersion = "0.9.11" LuetEnvPrefix = "LUET" )