File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.15] - 2022-MM-DD
5+ ## [ 9.2.15] - 2022-03-07
66
77### Fixed
88
@@ -398,7 +398,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
398398
399399* This component is no longer supported on PHP 7.1
400400
401- [ 9.2.15 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.14...9.2
401+ [ 9.2.15 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.14...9.2.15
402402[ 9.2.14 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.13...9.2.14
403403[ 9.2.13 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/c011a0b6aaa4acd2f39b7f51fb4ad4442b6ec631...9.2.13
404404[ 9.2.12 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.11...c011a0b6aaa4acd2f39b7f51fb4ad4442b6ec631
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.14 ' , dirname (__DIR__ )))->getVersion ();
25+ self ::$ version = (new VersionId ('9.2.15 ' , dirname (__DIR__ )))->getVersion ();
2626 }
2727
2828 return self ::$ version ;
You can’t perform that action at this time.
0 commit comments