Tag 0.9.1

This commit is contained in:
Ettore Di Giacinto 2020-11-09 19:42:34 +01:00
parent 794c5984a2
commit 665261e526

View File

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