Skip to content

Commit

Permalink
TASK: Prepare version 3.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
sabbelasichon committed Apr 4, 2023
1 parent dc477c5 commit dcd599b
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
Original file line number Diff line number Diff line change
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.9/surf.phar -o /usr/local/surf/surf.phar
curl -L https://github.com/TYPO3/Surf/releases/download/3.3.11/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
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

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

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

$services = $containerConfigurator->services();

Expand Down

0 comments on commit dcd599b

Please sign in to comment.