Skip to content

Commit 3f893e1

Browse files
Prepare release
1 parent 2016ff1 commit 3f893e1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: ChangeLog.md

+2-2
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.21] - 2022-MM-DD
5+
## [9.2.21] - 2022-12-14
66

77
### Changed
88

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

446446
* This component is no longer supported on PHP 7.1
447447

448-
[9.2.21]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.20...9.2
448+
[9.2.21]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.20...9.2.21
449449
[9.2.20]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.19...9.2.20
450450
[9.2.19]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.18...9.2.19
451451
[9.2.18]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.17...9.2.18

Diff for: src/Version.php

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

2828
return self::$version;

0 commit comments

Comments
 (0)