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.16] - 2022-MM-DD
5
+ ## [ 9.2.16] - 2022-08-20
6
6
7
7
### Fixed
8
8
@@ -404,7 +404,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
404
404
405
405
* This component is no longer supported on PHP 7.1
406
406
407
- [ 9.2.16 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.15...9.2
407
+ [ 9.2.16 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.15...9.2.16
408
408
[ 9.2.15 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.14...9.2.15
409
409
[ 9.2.14 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.13...9.2.14
410
410
[ 9.2.13 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/c011a0b6aaa4acd2f39b7f51fb4ad4442b6ec631...9.2.13
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.15 ' , dirname (__DIR__ )))->getVersion ();
25
+ self ::$ version = (new VersionId ('9.2.16 ' , dirname (__DIR__ )))->getVersion ();
26
26
}
27
27
28
28
return self ::$ version ;
You can’t perform that action at this time.
0 commit comments