Skip to content

Commit 888d97e

Browse files
committed
Updated Rector to commit 7d7b04c555a0433a65adcf442e4353593efed0e3
rectorphp/rector-src@7d7b04c fix missing next issue/pr
1 parent 6561afe commit 888d97e

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 = 'f2c8967abf004558bf92c86840d57eb7f0221f9c';
22+
public const PACKAGE_VERSION = '0.18.6';
2323
/**
2424
* @api
2525
* @var string
2626
*/
27-
public const RELEASE_DATE = '2023-10-24 13:17:32';
27+
public const RELEASE_DATE = '2023-10-24 16:33:12';
2828
/**
2929
* @var int
3030
*/

0 commit comments

Comments
 (0)