Skip to content

Commit 2593003

Browse files
Prepare release
1 parent 922618a commit 2593003

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.16] - 2022-MM-DD
5+
## [9.2.16] - 2022-08-20
66

77
### Fixed
88

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

405405
* This component is no longer supported on PHP 7.1
406406

407-
[9.2.16]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.15...9.2
407+
[9.2.16]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.15...9.2.16
408408
[9.2.15]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.14...9.2.15
409409
[9.2.14]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.13...9.2.14
410410
[9.2.13]: https://github.com/sebastianbergmann/php-code-coverage/compare/c011a0b6aaa4acd2f39b7f51fb4ad4442b6ec631...9.2.13

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

2828
return self::$version;

0 commit comments

Comments
 (0)