From 5c55f54e788ee792acc50ff37c535c46ccf1303d Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Sun, 5 May 2024 00:02:51 +0000 Subject: [PATCH] Updated Rector to commit 4789b516d98b619f2e04900ab0ae442eb94a5348 https://github.com/rectorphp/rector-src/commit/4789b516d98b619f2e04900ab0ae442eb94a5348 Clean up exclude paths from config-downgrade.php (#5858) --- src/Application/VersionResolver.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Application/VersionResolver.php b/src/Application/VersionResolver.php index ce0aedfdbd7..2169b61cdd6 100644 --- a/src/Application/VersionResolver.php +++ b/src/Application/VersionResolver.php @@ -19,12 +19,12 @@ final class VersionResolver * @api * @var string */ - public const PACKAGE_VERSION = '28e84d24d0f618a8a7e0ff6ea561f1aade554df9'; + public const PACKAGE_VERSION = '4789b516d98b619f2e04900ab0ae442eb94a5348'; /** * @api * @var string */ - public const RELEASE_DATE = '2024-05-03 21:42:25'; + public const RELEASE_DATE = '2024-05-04 23:58:23'; /** * @var int */