Tag 0.14.5

This commit is contained in:
Ettore Di Giacinto
2021-05-16 21:12:32 +02:00
parent 7193ea03f9
commit f2ec065a89

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.14.4" LuetCLIVersion = "0.14.5"
LuetEnvPrefix = "LUET" LuetEnvPrefix = "LUET"
) )