Skip to content

Commit

Permalink
[RELEASE] Release TYPO3 Rector 2.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
simonschaufi committed Aug 29, 2024
1 parent 88cc8ea commit 10d4a52
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.6.4')
->setVersion('2.6.5')
->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 10d4a52

Please sign in to comment.