Tag 0.10.1

This commit is contained in:
Ettore Di Giacinto 2021-01-23 22:02:18 +01:00
parent b9f0ef1c55
commit 0ae8cbb877

View File

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