Tag 0.8.15

This commit is contained in:
Ettore Di Giacinto
2020-11-08 11:07:33 +01:00
parent 459eb01a59
commit df14fe60fc

View File

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