Skip to content

Commit c637692

Browse files
committed
[RELEASE] Release Surf 3.6.2
1 parent 8835738 commit c637692

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Documentation/Installation/Index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Download phar archive
1919
To install Surf as phar archive, run the following commands::
2020

2121
mkdir /usr/local/surf
22-
curl -L https://github.com/TYPO3/Surf/releases/download/3.6.1/surf.phar -o /usr/local/surf/surf.phar
22+
curl -L https://github.com/TYPO3/Surf/releases/download/3.6.2/surf.phar -o /usr/local/surf/surf.phar
2323
chmod +x /usr/local/surf/surf.phar
2424
ln -s /usr/local/surf/surf.phar /usr/local/bin/surf
2525

Resources/services.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

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

38-
$parameters->set('version', '3.6.1');
38+
$parameters->set('version', '3.6.2');
3939

4040
$services = $containerConfigurator->services();
4141

bin/surf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ use TYPO3\Surf\Cli\Symfony\ConsoleKernel;
2020
requireAutoloader();
2121

2222

23-
$kernel = new ConsoleKernel('prod', '3.6.1');
23+
$kernel = new ConsoleKernel('prod', '3.6.2');
2424
$kernel->boot();
2525
$container = $kernel->getContainer();
2626
/** @var ConsoleApplication $application */

0 commit comments

Comments
 (0)