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.21] - 2022-MM-DD
5
+ ## [ 9.2.21] - 2022-12-14
6
6
7
7
### Changed
8
8
@@ -445,7 +445,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
445
445
446
446
* This component is no longer supported on PHP 7.1
447
447
448
- [ 9.2.21 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.20...9.2
448
+ [ 9.2.21 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.20...9.2.21
449
449
[ 9.2.20 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.19...9.2.20
450
450
[ 9.2.19 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.18...9.2.19
451
451
[ 9.2.18 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.17...9.2.18
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.20 ' , dirname (__DIR__ )))->getVersion ();
25
+ self ::$ version = (new VersionId ('9.2.21 ' , dirname (__DIR__ )))->getVersion ();
26
26
}
27
27
28
28
return self ::$ version ;
You can’t perform that action at this time.
0 commit comments