Skip to content

Commit

Permalink
Update dev version branch
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Nov 3, 2020
1 parent 568a785 commit 9ce64f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NewCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ protected function verifyApplicationDoesntExist($directory)
protected function getVersion(InputInterface $input)
{
if ($input->getOption('dev')) {
return 'dev-develop';
return 'dev-master';
}

return '';
Expand Down

0 comments on commit 9ce64f8

Please sign in to comment.