Skip to content

Commit 3e8c192

Browse files
committed
Updated Rector to commit 01c460ee526f057b6a4d48835ac19536a857c347
rectorphp/rector-src@01c460e Clean up skip config on rector.php (#5713)
1 parent ecd6151 commit 3e8c192

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Application/VersionResolver.php

+2-2
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 = '861a8808e7516c74b7e41a884076eac35f60a14f';
22+
public const PACKAGE_VERSION = '01c460ee526f057b6a4d48835ac19536a857c347';
2323
/**
2424
* @api
2525
* @var string
2626
*/
27-
public const RELEASE_DATE = '2024-03-11 10:05:54';
27+
public const RELEASE_DATE = '2024-03-11 12:28:16';
2828
/**
2929
* @var int
3030
*/

0 commit comments

Comments
 (0)