From bac90397541083eb6e4046902487747b56fa5c58 Mon Sep 17 00:00:00 2001 From: Simon Schaufelberger Date: Fri, 27 Oct 2023 23:24:56 +0200 Subject: [PATCH] [RELEASE] Release Surf 3.4.5 --- Documentation/Installation/Index.rst | 2 +- Resources/services.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/Installation/Index.rst b/Documentation/Installation/Index.rst index 7c00fd50..6e5020a6 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.4.4/surf.phar -o /usr/local/surf/surf.phar + curl -L https://github.com/TYPO3/Surf/releases/download/3.4.5/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 f71325be..4a8aa9b5 100644 --- a/Resources/services.php +++ b/Resources/services.php @@ -35,7 +35,7 @@ $parameters->set('name', 'TYPO3 Surf'); - $parameters->set('version', '3.4.4'); + $parameters->set('version', '3.4.5'); $services = $containerConfigurator->services();