From fe923cabf8f1172740ed7042aa60a03fe1b66f51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20K=C3=BCndig?= Date: Tue, 31 May 2016 09:02:51 +0200 Subject: [PATCH] Updated Version number --- october | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/october b/october index 6d85363..5482c79 100755 --- a/october +++ b/october @@ -8,7 +8,7 @@ if (file_exists(__DIR__.'/../../autoload.php')) { require __DIR__.'/vendor/autoload.php'; } -$app = new Symfony\Component\Console\Application('October CMS Bootstrapper', '0.0.11'); +$app = new Symfony\Component\Console\Application('October CMS Bootstrapper', '0.1.0'); $app->add(new \OFFLINE\Bootstrapper\October\Console\InitCommand); $app->add(new \OFFLINE\Bootstrapper\October\Console\InstallCommand); $app->run();