Skip to content

Commit d2656ec

Browse files
Prepare release
1 parent fb4ea4a commit d2656ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ChangeLog-5.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes of the PHPUnit 5.0 release series are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
44

5-
## [5.0.6] - 2015-10-DD
5+
## [5.0.6] - 2015-10-14
66

77
### Added
88

src/Runner/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public static function id()
3030
}
3131

3232
if (self::$version === null) {
33-
$version = new SebastianBergmann\Version('5.0.5', dirname(dirname(__DIR__)));
33+
$version = new SebastianBergmann\Version('5.0.6', dirname(dirname(__DIR__)));
3434
self::$version = $version->getVersion();
3535
}
3636

0 commit comments

Comments
 (0)