Tag 0.14.6 patchfix

This commit is contained in:
Ettore Di Giacinto
2021-05-16 23:32:54 +02:00
parent 4c3532e3c6
commit 77b49d9c4a

View File

@@ -40,7 +40,7 @@ var Verbose bool
var LockedCommands = []string{"install", "uninstall", "upgrade"}
const (
LuetCLIVersion = "0.14.5"
LuetCLIVersion = "0.14.6"
LuetEnvPrefix = "LUET"
)