Prepare for 0.5 tag

This commit is contained in:
Ettore Di Giacinto 2020-02-08 12:07:18 +01:00
parent b826288037
commit 4c80d70512
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-dev"
LuetCLIVersion = "0.5"
LuetEnvPrefix = "LUET"
)