Skip to content

Commit

Permalink
Release 2.0.0-beta7
Browse files Browse the repository at this point in the history
  • Loading branch information
helhum committed Dec 12, 2016
1 parent 900ebed commit eb24ce5
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-beta6');
$app = new \TYPO3\Surf\Cli\Symfony\ConsoleApplication('TYPO3 Surf', '2.0.0-beta7');
$app->setFactory(new \TYPO3\Surf\Integration\Factory());
$app->run();

0 comments on commit eb24ce5

Please sign in to comment.