Updated Rector to commit 02a088c735b9b829c8f0dec445e71dea70e559bc

02a088c735 bump template version
This commit is contained in:
Tomas Votruba 2024-02-04 23:22:33 +00:00
parent b0c6aaf812
commit 1f22f1decc
2 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ about: Report errors and problems
| Subject | Details |
| :------------- | :---------------------------------------------------------------|
| Rector version | e.g. v0.11.5 (invoke `vendor/bin/rector --version`) |
| Rector version | e.g. v0.19.5 (invoke `vendor/bin/rector --version`) |
<!-- Please describe your problem here. -->

View File

@ -19,12 +19,12 @@ final class VersionResolver
* @api
* @var string
*/
public const PACKAGE_VERSION = '625bc7eee281d46b0e7c706d9ca9e259b7ef0db6';
public const PACKAGE_VERSION = '02a088c735b9b829c8f0dec445e71dea70e559bc';
/**
* @api
* @var string
*/
public const RELEASE_DATE = '2024-02-05 00:12:02';
public const RELEASE_DATE = '2024-02-05 00:20:55';
/**
* @var int
*/