There was an error while loading. Please reload this page.
1 parent d5b735f commit 753a192Copy full SHA for 753a192
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.1] - 2019-MM-DD
+## [8.0.1] - 2019-02-03
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.0', \dirname(__DIR__, 2));
+ $version = new VersionId('8.0.1', \dirname(__DIR__, 2));
37
self::$version = $version->getVersion();
38
39
0 commit comments