Tag 0.7.5

This commit is contained in:
Ettore Di Giacinto 2020-04-30 22:50:12 +02:00
parent b91288153a
commit 886cbd0036
No known key found for this signature in database
GPG Key ID: 1ADA699B145A2D1C

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-dev" LuetCLIVersion = "0.7.5"
LuetEnvPrefix = "LUET" LuetEnvPrefix = "LUET"
) )