Skip to content

Commit a9a9019

Browse files
Prepare release
1 parent 92180b2 commit a9a9019

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ChangeLog-14.1.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.1.0] - 2026-MM-DD
5+
## [14.1.0] - 2026-04-12
66

77
### Added
88

@@ -16,4 +16,4 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
1616

1717
* [#1147](https://github.com/sebastianbergmann/php-code-coverage/pull/1147): `CoversClass` does not transitively target traits used by enumerations
1818

19-
[14.1.0]: https://github.com/sebastianbergmann/php-code-coverage/compare/14.0.0...main
19+
[14.1.0]: https://github.com/sebastianbergmann/php-code-coverage/compare/14.0.0...14.1.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.0.0', dirname(__DIR__))->asString();
25+
self::$version = new VersionId('14.1.0', dirname(__DIR__))->asString();
2626
}
2727

2828
return self::$version;

0 commit comments

Comments
 (0)