Skip to content

Commit 39640ba

Browse files
committed
Updated Rector to commit 16136f702678b0c4b802db3942726964bfb17523
rectorphp/rector-src@16136f7 [Scoper] Cleanup DateRangeError from exclusions on scoper.php (#7930)
1 parent 9178421 commit 39640ba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Application/VersionResolver.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ final class VersionResolver
1919
* @api
2020
* @var string
2121
*/
22-
public const PACKAGE_VERSION = '2.3.9';
22+
public const PACKAGE_VERSION = '16136f702678b0c4b802db3942726964bfb17523';
2323
/**
2424
* @api
2525
* @var string
2626
*/
27-
public const RELEASE_DATE = '2026-03-15 00:56:06';
27+
public const RELEASE_DATE = '2026-03-16 17:05:56';
2828
/**
2929
* @var int
3030
*/

0 commit comments

Comments
 (0)