Skip to content

Commit

Permalink
[TASK] Raise version to 2.0.0-beta5
Browse files Browse the repository at this point in the history
  • Loading branch information
helhum committed Jun 8, 2016
1 parent b903a69 commit cef0f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion surf
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ foreach ([__DIR__ . '/../../autoload.php', __DIR__ . '/../vendor/autoload.php',
}
}

$app = new \TYPO3\Surf\Cli\Symfony\ConsoleApplication('TYPO3 Surf', '2.0.0-beta4');
$app = new \TYPO3\Surf\Cli\Symfony\ConsoleApplication('TYPO3 Surf', '2.0.0-beta5');
$app->setFactory(new \TYPO3\Surf\Integration\Factory());
$app->run();

0 comments on commit cef0f0d

Please sign in to comment.