Prepare for 0.6 tag

This commit is contained in:
Ettore Di Giacinto 2020-02-15 16:51:51 +01:00
parent fcec6c5699
commit 68a5604d8c
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-dev"
LuetCLIVersion = "0.6"
LuetEnvPrefix = "LUET"
)