From 6d19f8d2ccdb2519c2b0d506fcc2b76338edb6f6 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Thu, 3 Dec 2020 21:02:54 +0100 Subject: [PATCH] Tag 0.9.10 --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index b617893f..fe82d543 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.9" + LuetCLIVersion = "0.9.10" LuetEnvPrefix = "LUET" )