Bump version for upcoming release

This commit is contained in:
Ettore Di Giacinto 2020-02-08 12:08:31 +01:00
parent 4c80d70512
commit 50ec17e738
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.5"
LuetCLIVersion = "0.6-dev"
LuetEnvPrefix = "LUET"
)