Add development version

This commit is contained in:
Ettore Di Giacinto
2020-05-19 23:05:03 +02:00
parent 956e55a1d4
commit c52fe9a6b3

View File

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