diff --git a/src/Application/VersionResolver.php b/src/Application/VersionResolver.php index 4a72acbbee6..b12ddff5b40 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 = 'c5d4a78df1fe7ad674631f7373e127ff75eae896'; + public const PACKAGE_VERSION = 'e17f878d5adb301fda0de8f9da2d94d898a363c3'; /** * @api * @var string */ - public const RELEASE_DATE = '2024-01-29 01:50:53'; + public const RELEASE_DATE = '2024-01-29 03:51:07'; /** * @var int */ diff --git a/templates/rector.php.dist b/templates/rector.php.dist index ae09f219555..e487c583e7c 100644 --- a/templates/rector.php.dist +++ b/templates/rector.php.dist @@ -17,4 +17,3 @@ __PATHS__ // define sets of rules // LevelSetList::UP_TO_PHP_XY ]); -};