Skip to content

Commit

Permalink
[TASK] Release 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simonschaufi committed Dec 9, 2020
1 parent e052409 commit 1c0c573
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Documentation/Installation/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Download phar archive
To install Surf as phar archive, run the following commands::

mkdir /usr/local/surf
curl -L https://github.com/TYPO3/Surf/releases/download/2.2.2/surf.phar -o /usr/local/surf/surf.phar
curl -L https://github.com/TYPO3/Surf/releases/download/2.3.0/surf.phar -o /usr/local/surf/surf.phar
chmod +x /usr/local/surf/surf.phar
ln -s /usr/local/surf/surf.phar /usr/local/bin/surf

Expand Down
4 changes: 2 additions & 2 deletions Documentation/Settings.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[general]

project = Surf
release = 2.2.2
version = 2.2
release = 2.3.0
version = 2.3

[notify]

Expand Down
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.2.2');
$app = new \TYPO3\Surf\Cli\Symfony\ConsoleApplication('TYPO3 Surf', '2.3.0');
$app->setFactory(new \TYPO3\Surf\Integration\Factory());
$app->run();

0 comments on commit 1c0c573

Please sign in to comment.