Tag 0.13.1

This commit is contained in:
Ettore Di Giacinto 2021-04-17 10:20:20 +02:00
parent 413572a8e3
commit 54be45dcff

View File

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