Skip to content

Commit 805ecd4

Browse files
Prepare release
1 parent 9d7019d commit 805ecd4

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.26] - 2023-MM-DD
5+
## [9.2.26] - 2023-03-06
66

77
### Changed
88

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

477477
* This component is no longer supported on PHP 7.1
478478

479-
[9.2.26]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.25...9.2
479+
[9.2.26]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.25...9.2.26
480480
[9.2.25]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.24...9.2.25
481481
[9.2.24]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.23...9.2.24
482482
[9.2.23]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.22...9.2.23

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.25', dirname(__DIR__)))->getVersion();
25+
self::$version = (new VersionId('9.2.26', dirname(__DIR__)))->getVersion();
2626
}
2727

2828
return self::$version;

0 commit comments

Comments
 (0)