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 aadc181 commit 54880eaCopy full SHA for 54880ea
ChangeLog-7.5.md
@@ -2,7 +2,7 @@
2
3
All notable changes of the PHPUnit 7.5 release series are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
4
5
-## [7.5.12] - 2019-MM-DD
+## [7.5.12] - 2019-05-28
6
7
### Changed
8
src/Runner/Version.php
@@ -30,7 +30,7 @@ public static function id(): string
30
}
31
32
if (self::$version === null) {
33
- $version = new VersionId('7.5.11', \dirname(__DIR__, 2));
+ $version = new VersionId('7.5.12', \dirname(__DIR__, 2));
34
self::$version = $version->getVersion();
35
36
0 commit comments