diff --git a/src/app.php b/src/app.php index 5a4a824..c19832d 100755 --- a/src/app.php +++ b/src/app.php @@ -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());