Skip to content

Commit 3e6f90c

Browse files
Prepare release
1 parent e4a88c5 commit 3e6f90c

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.25] - 2022-MM-DD
5+
## [9.5.25] - 2022-09-25
66

77
### Added
88

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

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

203-
[9.5.25]: https://github.com/sebastianbergmann/phpunit/compare/9.5.24...9.5
203+
[9.5.25]: https://github.com/sebastianbergmann/phpunit/compare/9.5.24...9.5.25
204204
[9.5.24]: https://github.com/sebastianbergmann/phpunit/compare/9.5.23...9.5.24
205205
[9.5.23]: https://github.com/sebastianbergmann/phpunit/compare/9.5.22...9.5.23
206206
[9.5.22]: https://github.com/sebastianbergmann/phpunit/compare/9.5.21...9.5.22

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

4747
return self::$version;

0 commit comments

Comments
 (0)