Prepare for 0.4 tag

This commit is contained in:
Ettore Di Giacinto 2020-01-06 19:11:44 +01:00
parent f5e7c2ad92
commit 12c97c7a2a
No known key found for this signature in database
GPG Key ID: 1ADA699B145A2D1C

View File

@ -30,7 +30,7 @@ import (
var cfgFile string
var Verbose bool
const LuetCLIVersion = "0.4-dev"
const LuetCLIVersion = "0.4"
// RootCmd represents the base command when called without any subcommands
var RootCmd = &cobra.Command{