From eb24ce5375e041284944e1292f3b52cd121f55e6 Mon Sep 17 00:00:00 2001 From: Helmut Hummel Date: Mon, 12 Dec 2016 14:24:48 +0100 Subject: [PATCH] Release 2.0.0-beta7 --- surf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/surf b/surf index cc51da5d..6a34fafb 100755 --- a/surf +++ b/surf @@ -9,6 +9,6 @@ foreach ([__DIR__ . '/../../autoload.php', __DIR__ . '/../vendor/autoload.php', } } -$app = new \TYPO3\Surf\Cli\Symfony\ConsoleApplication('TYPO3 Surf', '2.0.0-beta6'); +$app = new \TYPO3\Surf\Cli\Symfony\ConsoleApplication('TYPO3 Surf', '2.0.0-beta7'); $app->setFactory(new \TYPO3\Surf\Integration\Factory()); $app->run();