Skip to content

Commit d18a18b

Browse files
Prepare release
1 parent c471b98 commit d18a18b

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.11] - 2023-MM-DD
5+
## [10.0.11] - 2023-02-20
66

77
### Fixed
88

@@ -210,7 +210,7 @@ All notable changes of the PHPUnit 10.0 release series are documented in this fi
210210
* PHP 7.3, PHP 7.4, and PHP 8.0 are no longer supported
211211
* `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)
212212

213-
[10.0.11]: https://github.com/sebastianbergmann/phpunit/compare/10.0.10...10.0
213+
[10.0.11]: https://github.com/sebastianbergmann/phpunit/compare/10.0.10...10.0.11
214214
[10.0.10]: https://github.com/sebastianbergmann/phpunit/compare/10.0.9...10.0.10
215215
[10.0.9]: https://github.com/sebastianbergmann/phpunit/compare/10.0.8...10.0.9
216216
[10.0.8]: https://github.com/sebastianbergmann/phpunit/compare/10.0.7...10.0.8

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.10', dirname(__DIR__, 2)))->asString();
37+
self::$version = (new VersionId('10.0.11', dirname(__DIR__, 2)))->asString();
3838
}
3939

4040
return self::$version;

0 commit comments

Comments
 (0)