Skip to content

Commit 1f22f1d

Browse files
committed
Updated Rector to commit 02a088c735b9b829c8f0dec445e71dea70e559bc
rectorphp/rector-src@02a088c bump template version
1 parent b0c6aaf commit 1f22f1d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/1_Bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ about: Report errors and problems
1010

1111
| Subject | Details |
1212
| :------------- | :---------------------------------------------------------------|
13-
| Rector version | e.g. v0.11.5 (invoke `vendor/bin/rector --version`) |
13+
| Rector version | e.g. v0.19.5 (invoke `vendor/bin/rector --version`) |
1414

1515
<!-- Please describe your problem here. -->
1616

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 = '625bc7eee281d46b0e7c706d9ca9e259b7ef0db6';
22+
public const PACKAGE_VERSION = '02a088c735b9b829c8f0dec445e71dea70e559bc';
2323
/**
2424
* @api
2525
* @var string
2626
*/
27-
public const RELEASE_DATE = '2024-02-05 00:12:02';
27+
public const RELEASE_DATE = '2024-02-05 00:20:55';
2828
/**
2929
* @var int
3030
*/

0 commit comments

Comments
 (0)