appversion for new method

This commit is contained in:
alessio 2016-08-18 18:41:18 +02:00
parent 1c67df1742
commit c164f3f22a
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ type Config struct {
func New(params *cli.Context) *Config {
return &Config{
file: AppFile,
Version: "1.0",
Version: AppVersion,
Projects: []Project{
{
Name: params.String("name"),