Skip to content

Commit

Permalink
Incrementing version number
Browse files Browse the repository at this point in the history
  • Loading branch information
steverobbins committed Aug 27, 2015
1 parent 9c2bd18 commit 9ba6e58
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 @@ -18,7 +18,7 @@
use MageScan\Command\SelfUpdateCommand;
use Symfony\Component\Console\Application;

$app = new Application('Mage Scan', '1.7');
$app = new Application('Mage Scan', '1.8.0');

$app->add(new ScanCommand);
$app->add(new SelfUpdateCommand);
Expand Down

0 comments on commit 9ba6e58

Please sign in to comment.