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 1071c1d commit 42b7f39Copy full SHA for 42b7f39
ChangeLog-6.1.md
@@ -2,7 +2,7 @@
2
3
All notable changes of the PHPUnit 6.1 release series are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
4
5
-## [6.1.4] - 2017-MM-DD
+## [6.1.4] - 2017-05-22
6
7
### Changed
8
src/Runner/Version.php
@@ -32,7 +32,7 @@ public static function id()
32
}
33
34
if (self::$version === null) {
35
- $version = new VersionId('6.1.3', \dirname(\dirname(__DIR__)));
+ $version = new VersionId('6.1.4', \dirname(\dirname(__DIR__)));
36
self::$version = $version->getVersion();
37
38
0 commit comments