File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
4
4
5
- ## [9.2.17] - 2022-MM-DD
5
+ ## [9.2.17] - 2022-08-30
6
6
7
7
### Changed
8
8
@@ -415,7 +415,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
415
415
416
416
* This component is no longer supported on PHP 7.1
417
417
418
- [9.2.17]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.16...9.2
418
+ [9.2.17]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.16...9.2.17
419
419
[9.2.16]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.15...9.2.16
420
420
[9.2.15]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.14...9.2.15
421
421
[9.2.14]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.13...9.2.14
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ final class Version
22
22
public static function id(): string
23
23
{
24
24
if (self::$version === null) {
25
- self::$version = (new VersionId('9.2.16 ', dirname(__DIR__)))->getVersion();
25
+ self::$version = (new VersionId('9.2.17 ', dirname(__DIR__)))->getVersion();
26
26
}
27
27
28
28
return self::$version;
You can’t perform that action at this time.
0 commit comments