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 56c9d0a commit 925109fCopy full SHA for 925109f
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.6] - 2019-MM-DD
+## [8.0.6] - 2019-03-26
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.5', \dirname(__DIR__, 2));
+ $version = new VersionId('8.0.6', \dirname(__DIR__, 2));
37
self::$version = $version->getVersion();
38
39
0 commit comments