diff --git a/src/Version.php b/src/Version.php index 81c8f0688..279062c04 100644 --- a/src/Version.php +++ b/src/Version.php @@ -27,7 +27,7 @@ class Version extends PhVersion // phpcs:disable protected static function _getVersion(): array { - return [4, 0, 5, 0, 0]; + return [4, 0, 7, 0, 0]; } // phpcs:enable }