Skip to content

Commit 1f09a12

Browse files
Prepare release
1 parent 609d52d commit 1f09a12

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ChangeLog-9.4.md

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

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

5-
## [9.4.1] - 2020-MM-DD
5+
## [9.4.1] - 2020-10-11
66

77
### Fixed
88

@@ -20,5 +20,5 @@ All notable changes of the PHPUnit 9.4 release series are documented in this fil
2020

2121
* The PHPUnit XML configuration generator (that is invoked using the `--generate-configuration` CLI option) now asks for a cache directory (default: `.phpunit.cache`)
2222

23-
[9.4.1]: https://github.com/sebastianbergmann/phpunit/compare/9.4.0...9.4
23+
[9.4.1]: https://github.com/sebastianbergmann/phpunit/compare/9.4.0...9.4.1
2424
[9.4.0]: https://github.com/sebastianbergmann/phpunit/compare/9.3.11...9.4.0

src/Runner/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public static function id(): string
4141
}
4242

4343
if (self::$version === '') {
44-
self::$version = (new VersionId('9.4.0', dirname(__DIR__, 2)))->getVersion();
44+
self::$version = (new VersionId('9.4.1', dirname(__DIR__, 2)))->getVersion();
4545
}
4646

4747
return self::$version;

0 commit comments

Comments
 (0)