We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e84cd1 commit 19cbed2Copy full SHA for 19cbed2
ChangeLog-8.0.md
@@ -2,7 +2,7 @@
2
3
All notable changes of the PHPUnit 8.0 release series are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
4
5
-## [8.0.5] - 2019-MM-DD
+## [8.0.5] - 2019-03-16
6
7
### Fixed
8
src/Runner/Version.php
@@ -33,7 +33,7 @@ public static function id(): string
33
}
34
35
if (self::$version === null) {
36
- $version = new VersionId('8.0.4', \dirname(__DIR__, 2));
+ $version = new VersionId('8.0.5', \dirname(__DIR__, 2));
37
self::$version = $version->getVersion();
38
39
0 commit comments