Skip to content

Commit 10d7da3

Browse files
Prepare release
1 parent 1f739b6 commit 10d7da3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

ChangeLog-14.2.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-
## [14.2.2] - 2026-MM-DD
5+
## [14.2.2] - 2026-06-08
66

77
### Fixed
88

@@ -43,6 +43,6 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
4343

4444
* [#1159](https://github.com/sebastianbergmann/php-code-coverage/issues/1159): Statements inside a closure passed as a call argument are incorrectly reported as not covered
4545

46-
[14.2.2]: https://github.com/sebastianbergmann/php-code-coverage/compare/14.2.1...main
46+
[14.2.2]: https://github.com/sebastianbergmann/php-code-coverage/compare/14.2.1...14.2.2
4747
[14.2.1]: https://github.com/sebastianbergmann/php-code-coverage/compare/14.2.0...14.2.1
4848
[14.2.0]: https://github.com/sebastianbergmann/php-code-coverage/compare/14.1.10...14.2.0

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 === '') {
25-
self::$version = new VersionId('14.2.1', dirname(__DIR__))->asString();
25+
self::$version = new VersionId('14.2.2', dirname(__DIR__))->asString();
2626
}
2727

2828
return self::$version;

0 commit comments

Comments
 (0)