From 991980cf2b5896ad7ebf5069cb92abbbfbf96b2f Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Fri, 1 Mar 2024 20:06:48 +0000 Subject: [PATCH] Updated Rector to commit 7191fae140cc8c35a699b6487117e1efa8b4d2f5 https://github.com/rectorphp/rector-src/commit/7191fae140cc8c35a699b6487117e1efa8b4d2f5 Test auto commit after update github actions (#5676) --- 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 9aa0c082ca2..36d0a8a0f44 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 = '94b5561ca87ee6825a098c7c506b774582bf3354'; + public const PACKAGE_VERSION = '7191fae140cc8c35a699b6487117e1efa8b4d2f5'; /** * @api * @var string */ - public const RELEASE_DATE = '2024-03-01 19:59:43'; + public const RELEASE_DATE = '2024-03-01 20:04:35'; /** * @var int */