appversion for new method
This commit is contained in:
parent
1c67df1742
commit
c164f3f22a
|
@ -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"),
|
||||
|
|
Loading…
Reference in New Issue