Skip to content

Commit c73c673

Browse files
Prepare release
1 parent f981f67 commit c73c673

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ChangeLog-9.5.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.5 release series are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles.
44

5-
## [9.5.4] - 2021-MM-DD
5+
## [9.5.4] - 2021-03-23
66

77
### Fixed
88

@@ -41,7 +41,7 @@ All notable changes of the PHPUnit 9.5 release series are documented in this fil
4141

4242
* [#4535](https://github.com/sebastianbergmann/phpunit/issues/4535): `getMockFromWsdl()` does not handle methods that do not have parameters correctly
4343

44-
[9.5.4]: https://github.com/sebastianbergmann/phpunit/compare/9.5.3...9.5
44+
[9.5.4]: https://github.com/sebastianbergmann/phpunit/compare/9.5.3...9.5.4
4545
[9.5.3]: https://github.com/sebastianbergmann/phpunit/compare/9.5.2...9.5.3
4646
[9.5.2]: https://github.com/sebastianbergmann/phpunit/compare/9.5.1...9.5.2
4747
[9.5.1]: https://github.com/sebastianbergmann/phpunit/compare/9.5.0...9.5.1

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.5.3', dirname(__DIR__, 2)))->getVersion();
44+
self::$version = (new VersionId('9.5.4', dirname(__DIR__, 2)))->getVersion();
4545
}
4646

4747
return self::$version;

0 commit comments

Comments
 (0)