Skip to content

Commit fdfb75f

Browse files
Prepare release
1 parent e5120e5 commit fdfb75f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

5-
## [10.0.10] - 2023-MM-DD
5+
## [10.0.10] - 2023-02-20
66

77
### Fixed
88

@@ -203,7 +203,7 @@ All notable changes of the PHPUnit 10.0 release series are documented in this fi
203203
* PHP 7.3, PHP 7.4, and PHP 8.0 are no longer supported
204204
* `phpunit/php-code-coverage` [no longer supports PHPDBG and Xdebug 2](https://github.com/sebastianbergmann/php-code-coverage/blob/10.0.0/ChangeLog.md#1000---2023-02-03)
205205

206-
[10.0.10]: https://github.com/sebastianbergmann/phpunit/compare/10.0.9...10.0
206+
[10.0.10]: https://github.com/sebastianbergmann/phpunit/compare/10.0.9...10.0.10
207207
[10.0.9]: https://github.com/sebastianbergmann/phpunit/compare/10.0.8...10.0.9
208208
[10.0.8]: https://github.com/sebastianbergmann/phpunit/compare/10.0.7...10.0.8
209209
[10.0.7]: https://github.com/sebastianbergmann/phpunit/compare/10.0.6...10.0.7

src/Runner/Version.php

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

3636
if (self::$version === '') {
37-
self::$version = (new VersionId('10.0.9', dirname(__DIR__, 2)))->asString();
37+
self::$version = (new VersionId('10.0.10', dirname(__DIR__, 2)))->asString();
3838
}
3939

4040
return self::$version;

0 commit comments

Comments
 (0)