Skip to content

Commit 0e2b405

Browse files
Prepare release
1 parent fa343a2 commit 0e2b405

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ChangeLog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
44

5-
## [9.2.25] - 2023-MM-DD
5+
## [9.2.25] - 2023-02-25
66

77
### Fixed
88

@@ -470,7 +470,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
470470

471471
* This component is no longer supported on PHP 7.1
472472

473-
[9.2.25]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.24...9.2
473+
[9.2.25]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.24...9.2.25
474474
[9.2.24]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.23...9.2.24
475475
[9.2.23]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.22...9.2.23
476476
[9.2.22]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.21...9.2.22

src/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ final class Version
2222
public static function id(): string
2323
{
2424
if (self::$version === null) {
25-
self::$version = (new VersionId('9.2.24', dirname(__DIR__)))->getVersion();
25+
self::$version = (new VersionId('9.2.25', dirname(__DIR__)))->getVersion();
2626
}
2727

2828
return self::$version;

0 commit comments

Comments
 (0)