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 2
2
3
3
All notable changes in PHPCOV are documented in this file using the [ Keep a CHANGELOG] ( https://keepachangelog.com/ ) principles.
4
4
5
- ## [ 8.1.1] - 2020-MM-DD
5
+ ## [ 8.1.1] - 2020-09-10
6
6
7
7
### Fixed
8
8
@@ -60,7 +60,7 @@ All notable changes in PHPCOV are documented in this file using the [Keep a CHAN
60
60
61
61
* Removed support for PHP versions older than PHP 7.2
62
62
63
- [ 8.1.1 ] : https://github.com/sebastianbergmann/phpcov/compare/8.1.0...master
63
+ [ 8.1.1 ] : https://github.com/sebastianbergmann/phpcov/compare/8.1.0...8.1.1
64
64
[ 8.1.0 ] : https://github.com/sebastianbergmann/phpcov/compare/8.0.0...8.1.0
65
65
[ 8.0.0 ] : https://github.com/sebastianbergmann/phpcov/compare/7.0.2...8.0.0
66
66
[ 7.0.2 ] : https://github.com/sebastianbergmann/phpcov/compare/7.0.1...7.0.2
Original file line number Diff line number Diff line change 15
15
16
16
final class Application
17
17
{
18
- private const VERSION = '8.1.0 ' ;
18
+ private const VERSION = '8.1.1 ' ;
19
19
20
20
public function run (array $ argv ): int
21
21
{
You can’t perform that action at this time.
0 commit comments