From d2ade67e3be6a730425a19f628e4fbb3ffc96f4b Mon Sep 17 00:00:00 2001 From: Steve Robbins Date: Thu, 24 Sep 2015 11:14: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 4f8f891..271c367 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.3'); +$app = new Application('Mage Scan', '1.9.0'); $app->add(new ScanCommand); $app->add(new SelfUpdateCommand);