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- ## [ 8.0.2] - 2020-MM-DD
5+ ## [ 8.0.2] - 2020-05-23
66
77### Fixed
88
@@ -136,7 +136,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
136136* Class names are now abbreviated (unqualified name shown, fully qualified name shown on hover) in the file view of the HTML report
137137* Update HTML report to Bootstrap 4
138138
139- [ 8.0.2 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/8.0.1...8.0
139+ [ 8.0.2 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/8.0.1...8.0.2
140140[ 8.0.1 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/8.0.0...8.0.1
141141[ 8.0.0 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/7.0.10...8.0.0
142142[ 7.0.10 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/7.0.9...7.0.10
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ final class Version
2121 public static function id (): string
2222 {
2323 if (self ::$ version === null ) {
24- $ version = new VersionId ('8.0.1 ' , \dirname (__DIR__ ));
24+ $ version = new VersionId ('8.0.2 ' , \dirname (__DIR__ ));
2525 self ::$ version = $ version ->getVersion ();
2626 }
2727
You can’t perform that action at this time.
0 commit comments