Skip to content

Commit

Permalink
Version 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
steverobbins committed May 21, 2015
1 parent c7cfd04 commit daf84a4
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 MageScan\Command\ScanCommand;
use Symfony\Component\Console\Application;

$app = new Application('Mage Scan', '1.3');
$app = new Application('Mage Scan', '1.3.1');

$app->add(new ScanCommand);

Expand Down

0 comments on commit daf84a4

Please sign in to comment.