Tag 0.13.0

This commit is contained in:
Ettore Di Giacinto 2021-04-16 21:33:32 +02:00
parent 9f3e7fd0b2
commit a7b355ed2f

View File

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