Add development version

This commit is contained in:
Ettore Di Giacinto
2020-03-28 17:32:06 +01:00
parent 02653e03d8
commit aeb10338f6

View File

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