Skip to content

Commit

Permalink
Misc: update application version number
Browse files Browse the repository at this point in the history
  • Loading branch information
satrun77 committed Aug 25, 2017
1 parent 72c2fa0 commit 0f3ff5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
use MooCommand\Console\Helper\ShellHelper;
use Symfony\Component\Console\Application;

$application = new Application('Moo Development Console', '1.0.0-alpha1');
$application = new Application('Moo Development Console', '1.0.0-alpha4');

// Console helpers
$application->getHelperSet()->set(new ConfigHelper());
Expand Down

0 comments on commit 0f3ff5b

Please sign in to comment.