From 1021763b2f1e6e233ffc23063602c8cc83ca5b02 Mon Sep 17 00:00:00 2001 From: Simon Schaufelberger Date: Wed, 16 Oct 2024 12:11:39 +0200 Subject: [PATCH] [RELEASE] Release TYPO3 Rector 2.10.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 301348ccd..8366e7296 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.1') + ->setVersion('2.10.2') ->setDescription('Initializes a bare configuration to start with your TYPO3 upgrade') ->setCode(static function (InputInterface $input, OutputInterface $output): int { $projectDirectory = getcwd();