Add dev version tag

This commit is contained in:
Ettore Di Giacinto 2020-02-15 16:52:30 +01:00
parent 68a5604d8c
commit 01e635bd78
No known key found for this signature in database
GPG Key ID: 1ADA699B145A2D1C

View File

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