Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Robbins committed Oct 18, 2016
2 parents 9f92fb3 + 0b3a9c1 commit 18ba5b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,5 +1,6 @@
/composer.lock
/composer.phar
/coverage.xml
/build/*
!/build/mage-phar.sh
/magescan.phar
Expand Down
1 change: 1 addition & 0 deletions src/MageScan/Check/Patch/MageReport.php
Expand Up @@ -54,6 +54,7 @@ class MageReport extends AbstractCheck
'scan/result/supee6482',
'scan/result/supee6788',
'scan/result/supee7405',
'scan/result/supee8788',
];

/**
Expand Down
2 changes: 1 addition & 1 deletion src/bootstrap.php
Expand Up @@ -25,7 +25,7 @@
use MageScan\Command\SelfUpdateCommand;
use Symfony\Component\Console\Application;

$app = new Application('Mage Scan', '1.12.4');
$app = new Application('Mage Scan', '1.12.5');

$app->add(new AllCommand);
$app->add(new VersionCommand);
Expand Down

0 comments on commit 18ba5b6

Please sign in to comment.