Add development version

This commit is contained in:
Ettore Di Giacinto 2020-05-03 13:46:53 +02:00
parent 2c2e6065d9
commit 1b529ea8c5
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"}
const (
LuetCLIVersion = "0.7.7"
LuetCLIVersion = "0.8-dev"
LuetEnvPrefix = "LUET"
)