Skip to content

Commit 5c55f54

Browse files
committed
Updated Rector to commit 4789b516d98b619f2e04900ab0ae442eb94a5348
rectorphp/rector-src@4789b51 Clean up exclude paths from config-downgrade.php (#5858)
1 parent 87c2677 commit 5c55f54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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 = '28e84d24d0f618a8a7e0ff6ea561f1aade554df9';
22+
public const PACKAGE_VERSION = '4789b516d98b619f2e04900ab0ae442eb94a5348';
2323
/**
2424
* @api
2525
* @var string
2626
*/
27-
public const RELEASE_DATE = '2024-05-03 21:42:25';
27+
public const RELEASE_DATE = '2024-05-04 23:58:23';
2828
/**
2929
* @var int
3030
*/

0 commit comments

Comments
 (0)