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 {
|
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"),
|
||||||
|
Loading…
Reference in New Issue
Block a user