diff --git a/.github/ISSUE_TEMPLATE/1_Bug_report.md b/.github/ISSUE_TEMPLATE/1_Bug_report.md index b667c40b497..f56e49c2f51 100644 --- a/.github/ISSUE_TEMPLATE/1_Bug_report.md +++ b/.github/ISSUE_TEMPLATE/1_Bug_report.md @@ -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`) | diff --git a/src/Application/VersionResolver.php b/src/Application/VersionResolver.php index f3242eb1558..a9b91909e97 100644 --- a/src/Application/VersionResolver.php +++ b/src/Application/VersionResolver.php @@ -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 */