Add dev version tag

This commit is contained in:
Ettore Di Giacinto 2020-02-23 22:42:02 +01:00
parent 0ce1baa448
commit 48df98bcae
No known key found for this signature in database
GPG Key ID: 1ADA699B145A2D1C

View File

@ -37,7 +37,7 @@ var cfgFile string
var Verbose bool
const (
LuetCLIVersion = "0.6.2"
LuetCLIVersion = "0.7-dev"
LuetEnvPrefix = "LUET"
)