From d4e7804d2eea497e471089eb823d66a85dfcaf39 Mon Sep 17 00:00:00 2001 From: Simon Schaufelberger Date: Thu, 16 May 2024 15:45:27 +0200 Subject: [PATCH] [RELEASE] Release TYPO3 Rector 2.5.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 c159b7bbf..88a45ab3a 100644 --- a/bin/typo3-init.php +++ b/bin/typo3-init.php @@ -29,7 +29,7 @@ (new SingleCommandApplication()) ->setName('Initialize TYPO3-Rector configuration') - ->setVersion('2.5.0') + ->setVersion('2.5.1') ->setDescription('Initializes a bare configuration to start with your TYPO3 upgrade') ->setCode(static function (InputInterface $input, OutputInterface $output): int { $projectDirectory = getcwd();