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 22
33All notable changes are documented in this file using the [ Keep a CHANGELOG] ( http://keepachangelog.com/ ) principles.
44
5- ## [ 9.2.18] - 2022-MM-DD
5+ ## [ 9.2.18] - 2022-10-27
66
77### Fixed
88
@@ -422,7 +422,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
422422
423423* This component is no longer supported on PHP 7.1
424424
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
426426[ 9.2.17 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.16...9.2.17
427427[ 9.2.16 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.15...9.2.16
428428[ 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
2222 public static function id (): string
2323 {
2424 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 ();
2626 }
2727
2828 return self ::$ version ;
You can’t perform that action at this time.
0 commit comments