Add dev version tag

This commit is contained in:
Ettore Di Giacinto
2019-12-23 12:08:14 +01:00
committed by Ettore Di Giacinto
parent adbd5fc19b
commit 8fffae31c7

View File

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