From 9fc212e457f0f62f211e5c3a32882579838c1341 Mon Sep 17 00:00:00 2001 From: Simon Schaufelberger Date: Fri, 20 Dec 2024 01:23:20 +0100 Subject: [PATCH] [RELEASE] Release TYPO3 Rector 2.12.2 --- 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 ce0d8e19c..38547eb61 100644 --- a/bin/typo3-init.php +++ b/bin/typo3-init.php @@ -29,7 +29,7 @@ (new SingleCommandApplication()) ->setName('Initialize TYPO3-Rector configuration') - ->setVersion('2.12.1') + ->setVersion('2.12.2') ->setDescription('Initializes a bare configuration to start with your TYPO3 upgrade') ->setCode(static function (InputInterface $input, OutputInterface $output): int { $projectDirectory = getcwd();