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.27] - 2023-MM-DD
5+ ## [ 9.2.27] - 2023-07-26
66
77### Changed
88
@@ -487,7 +487,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
487487
488488* This component is no longer supported on PHP 7.1
489489
490- [ 9.2.27 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.26...9.2
490+ [ 9.2.27 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.26...9.2.27
491491[ 9.2.26 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.25...9.2.26
492492[ 9.2.25 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.24...9.2.25
493493[ 9.2.24 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.23...9.2.24
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.26 ' , dirname (__DIR__ )))->getVersion ();
25+ self ::$ version = (new VersionId ('9.2.27 ' , dirname (__DIR__ )))->getVersion ();
2626 }
2727
2828 return self ::$ version ;
You can’t perform that action at this time.
0 commit comments