From 045f6ac807a64ab3cf0d68ac544a362b7fc254af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20K=C3=BCndig?= Date: Mon, 6 May 2019 09:04:48 +0200 Subject: [PATCH] Version bump --- october | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/october b/october index b8ea84d..5a45e1e 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.5.0'); +$app = new Symfony\Component\Console\Application('October CMS Bootstrapper', '0.5.1'); $app->add(new \OFFLINE\Bootstrapper\October\Console\InitCommand); $app->add(new \OFFLINE\Bootstrapper\October\Console\InstallCommand); $app->add(new \OFFLINE\Bootstrapper\October\Console\UpdateCommand);