Skip to content

Commit

Permalink
[RELEASE] Release TYPO3 Rector 2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simonschaufi committed Oct 15, 2024
1 parent d212516 commit acef332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/typo3-init.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

(new SingleCommandApplication())
->setName('Initialize TYPO3-Rector configuration')
->setVersion('2.9.2')
->setVersion('2.10.0')
->setDescription('Initializes a bare configuration to start with your TYPO3 upgrade')
->setCode(static function (InputInterface $input, OutputInterface $output): int {
$projectDirectory = getcwd();
Expand Down

0 comments on commit acef332

Please sign in to comment.