Skip to content

Commit c75b265

Browse files
Prepare release
1 parent 2a7a597 commit c75b265

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ChangeLog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes in PHPCOV are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles.
44

5-
## [8.1.1] - 2020-MM-DD
5+
## [8.1.1] - 2020-09-10
66

77
### Fixed
88

@@ -60,7 +60,7 @@ All notable changes in PHPCOV are documented in this file using the [Keep a CHAN
6060

6161
* Removed support for PHP versions older than PHP 7.2
6262

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
6464
[8.1.0]: https://github.com/sebastianbergmann/phpcov/compare/8.0.0...8.1.0
6565
[8.0.0]: https://github.com/sebastianbergmann/phpcov/compare/7.0.2...8.0.0
6666
[7.0.2]: https://github.com/sebastianbergmann/phpcov/compare/7.0.1...7.0.2

src/cli/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
final class Application
1717
{
18-
private const VERSION = '8.1.0';
18+
private const VERSION = '8.1.1';
1919

2020
public function run(array $argv): int
2121
{

0 commit comments

Comments
 (0)