Add dev version tag

This commit is contained in:
Ettore Di Giacinto
2020-02-17 18:04:36 +01:00
parent 4e675723e8
commit 189c042fea

View File

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