We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55978e8 commit 7193380Copy full SHA for 7193380
bin/typo3-init.php
@@ -29,7 +29,7 @@
29
30
(new SingleCommandApplication())
31
->setName('Initialize TYPO3-Rector configuration')
32
- ->setVersion('2.10.0')
+ ->setVersion('2.10.1')
33
->setDescription('Initializes a bare configuration to start with your TYPO3 upgrade')
34
->setCode(static function (InputInterface $input, OutputInterface $output): int {
35
$projectDirectory = getcwd();
0 commit comments