Skip to content

Commit

Permalink
Doc: update release version & readme
Browse files Browse the repository at this point in the history
  • Loading branch information
satrun77 committed Sep 21, 2018
1 parent 08b0a5c commit 3a7ad4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Installation
--------------------

```bash
$ wget https://github.com/satrun77/moo-command/releases/download/v1.0.0-alpha6/moo.phar
$ wget https://github.com/satrun77/moo-command/releases/download/v1.0.0-alpha7/moo.phar

$ chmod +x moo.phar

Expand Down
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-alpha4');
$application = new Application('Moo Development Console', '1.0.0-alpha7');

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

0 comments on commit 3a7ad4d

Please sign in to comment.