File tree 2 files changed +3
-3
lines changed
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.18] - 2022-MM-DD
5
+ ## [ 9.2.18] - 2022-10-27
6
6
7
7
### Fixed
8
8
@@ -422,7 +422,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
422
422
423
423
* This component is no longer supported on PHP 7.1
424
424
425
- [ 9.2.18 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.17...9.2
425
+ [ 9.2.18 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.17...9.2.18
426
426
[ 9.2.17 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.16...9.2.17
427
427
[ 9.2.16 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.15...9.2.16
428
428
[ 9.2.15 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.14...9.2.15
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.17 ' , dirname (__DIR__ )))->getVersion ();
25
+ self ::$ version = (new VersionId ('9.2.18 ' , dirname (__DIR__ )))->getVersion ();
26
26
}
27
27
28
28
return self ::$ version ;
You can’t perform that action at this time.
0 commit comments