Skip to content

Commit

Permalink
Incrementing version number
Browse files Browse the repository at this point in the history
  • Loading branch information
steverobbins committed Feb 7, 2016
1 parent 7ff7b3d commit 8c3a8da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
use MageDownload\Command\Setup;
use Symfony\Component\Console\Application;

$app = new Application('MageDownload CLI', '2.0.0');
$app = new Application('MageDownload CLI', '2.1.0');

foreach (Setup::getCommandClasses() as $class) {
$app->add(new $class);
Expand Down

0 comments on commit 8c3a8da

Please sign in to comment.