Skip to content

Commit

Permalink
[RELEASE] Release TYPO3 Rector 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simonschaufi committed Dec 14, 2024
1 parent b0eb49f commit e6acff0
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.12.0')
->setVersion('3.0.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 e6acff0

Please sign in to comment.