From 7193380a96e5dc99a4b1ef97961f27d931b07854 Mon Sep 17 00:00:00 2001 From: Simon Schaufelberger Date: Wed, 16 Oct 2024 01:53:20 +0200 Subject: [PATCH] [RELEASE] Release TYPO3 Rector 2.10.1 --- 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 878c59e89..301348ccd 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.0') + ->setVersion('2.10.1') ->setDescription('Initializes a bare configuration to start with your TYPO3 upgrade') ->setCode(static function (InputInterface $input, OutputInterface $output): int { $projectDirectory = getcwd();