From 9316db7148ff2e01aa097e1a567a31d1c640c83c Mon Sep 17 00:00:00 2001 From: Simon Schaufelberger Date: Fri, 25 Oct 2024 22:31:42 +0200 Subject: [PATCH] [RELEASE] Release TYPO3 Rector 2.11.0 --- bin/typo3-init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();