From 8796fb554e618ddd9889ec1d05119ae24545dcfe Mon Sep 17 00:00:00 2001 From: Steve Robbins Date: Fri, 18 Sep 2015 15:11:20 -0700 Subject: [PATCH] Incrementing version number --- src/bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bootstrap.php b/src/bootstrap.php index 0e56789..76f2e4f 100644 --- a/src/bootstrap.php +++ b/src/bootstrap.php @@ -18,7 +18,7 @@ use MageScan\Command\SelfUpdateCommand; use Symfony\Component\Console\Application; -$app = new Application('Mage Scan', '1.8.1'); +$app = new Application('Mage Scan', '1.8.2'); $app->add(new ScanCommand); $app->add(new SelfUpdateCommand);