From 115fefa31968e37d15c8fb503822a69cf7bb6abc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20K=C3=BCndig?= Date: Fri, 18 May 2018 07:16:19 +0200 Subject: [PATCH] Version bump --- october | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/october b/october index 504dac8..8b86be6 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.2.26'); +$app = new Symfony\Component\Console\Application('October CMS Bootstrapper', '0.3.0'); $app->add(new \OFFLINE\Bootstrapper\October\Console\InitCommand); $app->add(new \OFFLINE\Bootstrapper\October\Console\InstallCommand); $app->run();