diff --git a/Documentation/Installation/Index.rst b/Documentation/Installation/Index.rst index b1266b83..e1f4cb41 100644 --- a/Documentation/Installation/Index.rst +++ b/Documentation/Installation/Index.rst @@ -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.6/surf.phar -o /usr/local/surf/surf.phar + curl -L https://github.com/TYPO3/Surf/releases/download/3.3.8/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 diff --git a/Resources/services.php b/Resources/services.php index acc3dc1d..71dd2304 100644 --- a/Resources/services.php +++ b/Resources/services.php @@ -33,7 +33,7 @@ $parameters->set('name', 'TYPO3 Surf'); - $parameters->set('version', '3.3.7'); + $parameters->set('version', '3.3.8'); $services = $containerConfigurator->services();