Skip to content

Commit c37a88d

Browse files
Prepare release
1 parent 3e247b0 commit c37a88d

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.13] - 2023-MM-DD
5+
## [10.0.13] - 2023-02-27
66

77
### Fixed
88

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

231-
[10.0.13]: https://github.com/sebastianbergmann/phpunit/compare/10.0.12...10.0
231+
[10.0.13]: https://github.com/sebastianbergmann/phpunit/compare/10.0.12...10.0.13
232232
[10.0.12]: https://github.com/sebastianbergmann/phpunit/compare/10.0.11...10.0.12
233233
[10.0.11]: https://github.com/sebastianbergmann/phpunit/compare/10.0.10...10.0.11
234234
[10.0.10]: https://github.com/sebastianbergmann/phpunit/compare/10.0.9...10.0.10

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

4040
return self::$version;

0 commit comments

Comments
 (0)