appversion for new method

This commit is contained in:
alessio 2016-08-18 18:41:18 +02:00
parent 1c67df1742
commit c164f3f22a

View File

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