diff --git a/src/Version.php b/src/Version.php index 7d28bc1a2..33d2a9f44 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, 7, 0, 0]; + return [4, 0, 8, 0, 0]; } // phpcs:enable }