Tag bugfix release 0.10.2

This commit is contained in:
Ettore Di Giacinto
2021-01-25 14:36:01 +01:00
parent 685bbf46a6
commit 4eab1eb738

View File

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