Add development version

This commit is contained in:
Ettore Di Giacinto
2020-05-16 22:46:29 +02:00
parent 8e029a8ee4
commit c0b432befa

View File

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