Skip to content

Commit 0e32b76

Browse files
Prepare release
1 parent b5ffcdc commit 0e32b76

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.21] - 2022-MM-DD
5+
## [9.5.21] - 2022-06-19
66

77
### Fixed
88

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

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

167-
[9.5.21]: https://github.com/sebastianbergmann/phpunit/compare/9.5.20...9.5
167+
[9.5.21]: https://github.com/sebastianbergmann/phpunit/compare/9.5.20...9.5.21
168168
[9.5.20]: https://github.com/sebastianbergmann/phpunit/compare/9.5.19...9.5.20
169169
[9.5.19]: https://github.com/sebastianbergmann/phpunit/compare/9.5.18...9.5.19
170170
[9.5.18]: https://github.com/sebastianbergmann/phpunit/compare/9.5.17...9.5.18

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

4747
return self::$version;

0 commit comments

Comments
 (0)