Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
morontt committed Nov 18, 2015
1 parent 2c0a774 commit 04b8071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/console.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
use Symfony\Component\Console\ConsoleEvents;
use Symfony\Component\EventDispatcher\EventDispatcher;

$console = new Application('Passwogen-CLI', '0.2');
$console = new Application('Passwogen-CLI', '0.2.1');
$console->add(new Generate());
$console->add(new Update());
$console->add(new Find());
Expand Down

0 comments on commit 04b8071

Please sign in to comment.