diff --git a/bin/typo3-init.php b/bin/typo3-init.php index 8366e7296..0d8dd29fd 100644 --- a/bin/typo3-init.php +++ b/bin/typo3-init.php @@ -29,7 +29,7 @@ (new SingleCommandApplication()) ->setName('Initialize TYPO3-Rector configuration') - ->setVersion('2.10.2') + ->setVersion('2.11.0') ->setDescription('Initializes a bare configuration to start with your TYPO3 upgrade') ->setCode(static function (InputInterface $input, OutputInterface $output): int { $projectDirectory = getcwd();