Skip to content

Commit

Permalink
[RELEASE] Release Surf 3.3.15
Browse files Browse the repository at this point in the history
  • Loading branch information
sabbelasichon committed May 10, 2023
1 parent 032febf commit 0228846
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Documentation/Installation/Index.rst
Expand Up @@ -19,7 +19,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/3.3.11/surf.phar -o /usr/local/surf/surf.phar
curl -L https://github.com/TYPO3/Surf/releases/download/3.3.15/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
2 changes: 1 addition & 1 deletion Resources/services.php
Expand Up @@ -33,7 +33,7 @@

$parameters->set('name', 'TYPO3 Surf');

$parameters->set('version', '3.3.11');
$parameters->set('version', '3.3.15');

$services = $containerConfigurator->services();

Expand Down

0 comments on commit 0228846

Please sign in to comment.