File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Documentation/Installation Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Download phar archive
1919To 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.0 /surf.phar -o /usr/local/surf/surf.phar
22+ curl -L https://github.com/TYPO3/Surf/releases/download/3.6.1 /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
Original file line number Diff line number Diff line change 3535
3636 $ parameters ->set ('name ' , 'TYPO3 Surf ' );
3737
38- $ parameters ->set ('version ' , '3.6.0 ' );
38+ $ parameters ->set ('version ' , '3.6.1 ' );
3939
4040 $ services = $ containerConfigurator ->services ();
4141
You can’t perform that action at this time.
0 commit comments