Skip to content

Commit

Permalink
[RELEASE] Release Surf 3.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
simonschaufi committed Oct 27, 2023
1 parent b343b81 commit 1d75331
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.5/surf.phar -o /usr/local/surf/surf.phar
curl -L https://github.com/TYPO3/Surf/releases/download/3.4.6/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 @@ -35,7 +35,7 @@

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

$parameters->set('version', '3.4.5');
$parameters->set('version', '3.4.6');

$services = $containerConfigurator->services();

Expand Down

0 comments on commit 1d75331

Please sign in to comment.