Skip to content

Commit

Permalink
[RELEASE] Release Surf 3.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sabbelasichon committed May 26, 2023
1 parent 1a7c29f commit c3774cd
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.4.2/surf.phar -o /usr/local/surf/surf.phar
curl -L https://github.com/TYPO3/Surf/releases/download/3.4.3/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 @@ -37,7 +37,7 @@

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

$parameters->set('version', '3.4.2');
$parameters->set('version', '3.4.3');

$services = $containerConfigurator->services();

Expand Down

0 comments on commit c3774cd

Please sign in to comment.