Skip to content

Commit c5a120a

Browse files
Prepare release
1 parent 2f38210 commit c5a120a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

ChangeLog-7.4.md

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

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

5-
## [7.4.1] - 2018-MM-DD
5+
## [7.4.1] - 2018-10-18
66

77
### Fixed
88

@@ -19,5 +19,6 @@ All notable changes of the PHPUnit 7.4 release series are documented in this fil
1919
* Implemented [#3284](https://github.com/sebastianbergmann/phpunit/issues/3284): Ability to reorder tests based on execution time
2020
* Implemented [#3290](https://github.com/sebastianbergmann/phpunit/issues/3290): Ability to load a PHP script before any code of PHPUnit itself is loaded
2121

22+
[7.4.1]: https://github.com/sebastianbergmann/phpunit/compare/7.4.0...7.4.1
2223
[7.4.0]: https://github.com/sebastianbergmann/phpunit/compare/7.3...7.4.0
2324

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(): string
3030
}
3131

3232
if (self::$version === null) {
33-
$version = new VersionId('7.4.0', \dirname(__DIR__, 2));
33+
$version = new VersionId('7.4.1', \dirname(__DIR__, 2));
3434
self::$version = $version->getVersion();
3535
}
3636

0 commit comments

Comments
 (0)