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 fb4ea4a commit d2656ecCopy full SHA for d2656ec
ChangeLog-5.0.md
@@ -2,7 +2,7 @@
2
3
All notable changes of the PHPUnit 5.0 release series are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
4
5
-## [5.0.6] - 2015-10-DD
+## [5.0.6] - 2015-10-14
6
7
### Added
8
src/Runner/Version.php
@@ -30,7 +30,7 @@ public static function id()
30
}
31
32
if (self::$version === null) {
33
- $version = new SebastianBergmann\Version('5.0.5', dirname(dirname(__DIR__)));
+ $version = new SebastianBergmann\Version('5.0.6', dirname(dirname(__DIR__)));
34
self::$version = $version->getVersion();
35
36
0 commit comments