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.1] - 2020-MM-DD
5+ ## [ 8.0.1] - 2020-02-19
66
77### Fixed
88
@@ -128,7 +128,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
128128* Class names are now abbreviated (unqualified name shown, fully qualified name shown on hover) in the file view of the HTML report
129129* Update HTML report to Bootstrap 4
130130
131- [ 8.0.1 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/8.0.0...master
131+ [ 8.0.1 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/8.0.0...8.0.1
132132[ 8.0.0 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/7.0.10...8.0.0
133133[ 7.0.10 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/7.0.9...7.0.10
134134[ 7.0.9 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/7.0.8...7.0.9
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.0 ' , \dirname (__DIR__ ));
24+ $ version = new VersionId ('8.0.1 ' , \dirname (__DIR__ ));
2525 self ::$ version = $ version ->getVersion ();
2626 }
2727
You can’t perform that action at this time.
0 commit comments