From 41a9886b85ac7bf3929853baf96b95361cd69d2b Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Sat, 9 Mar 2024 13:04:07 +0100 Subject: [PATCH] Prepare release --- ChangeLog-10.5.md | 4 ++-- src/Runner/Version.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog-10.5.md b/ChangeLog-10.5.md index f03becd817a..cfc482dc08b 100644 --- a/ChangeLog-10.5.md +++ b/ChangeLog-10.5.md @@ -2,7 +2,7 @@ All notable changes of the PHPUnit 10.5 release series are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles. -## [10.5.12] - 2024-MM-DD +## [10.5.12] - 2024-03-09 ### Fixed @@ -131,7 +131,7 @@ All notable changes of the PHPUnit 10.5 release series are documented in this fi * [#5563](https://github.com/sebastianbergmann/phpunit/issues/5563): `createMockForIntersectionOfInterfaces()` does not automatically register mock object for expectation verification -[10.5.12]: https://github.com/sebastianbergmann/phpunit/compare/10.5.11...10.5 +[10.5.12]: https://github.com/sebastianbergmann/phpunit/compare/10.5.11...10.5.12 [10.5.11]: https://github.com/sebastianbergmann/phpunit/compare/10.5.10...10.5.11 [10.5.10]: https://github.com/sebastianbergmann/phpunit/compare/10.5.9...10.5.10 [10.5.9]: https://github.com/sebastianbergmann/phpunit/compare/10.5.8...10.5.9 diff --git a/src/Runner/Version.php b/src/Runner/Version.php index f52416b3c03..a036852249e 100644 --- a/src/Runner/Version.php +++ b/src/Runner/Version.php @@ -34,7 +34,7 @@ public static function id(): string } if (self::$version === '') { - self::$version = (new VersionId('10.5.11', dirname(__DIR__, 2)))->asString(); + self::$version = (new VersionId('10.5.12', dirname(__DIR__, 2)))->asString(); } return self::$version;