Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Sep 12, 2023
1 parent 3b1163f commit 0530747
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

## [9.0.2] - 2023-MM-DD
## [9.0.2] - 2023-09-12

### Changed

Expand Down Expand Up @@ -90,7 +90,7 @@ All notable changes in PHPCOV are documented in this file using the [Keep a CHAN

* Removed support for PHP versions older than PHP 7.2

[9.0.2]: https://github.com/sebastianbergmann/phpcov/compare/9.0.1...main
[9.0.2]: https://github.com/sebastianbergmann/phpcov/compare/9.0.1...9.0.2
[9.0.1]: https://github.com/sebastianbergmann/phpcov/compare/9.0.0...9.0.1
[9.0.0]: https://github.com/sebastianbergmann/phpcov/compare/8.2.1...9.0.0
[8.2.1]: https://github.com/sebastianbergmann/phpcov/compare/8.2.0...8.2.1
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"require": {
"php": ">=8.1",
"phpunit/phpunit": "^10.0",
"phpunit/php-code-coverage": "^10.0",
"phpunit/php-code-coverage": "^10.1.5",
"phpunit/php-file-iterator": "^4.0",
"sebastian/cli-parser": "^2.0",
"sebastian/diff": "^5.0",
Expand Down
2 changes: 1 addition & 1 deletion src/cli/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

final class Application
{
private const VERSION = '9.0.1';
private const VERSION = '9.0.2';

public function run(array $argv): int
{
Expand Down

0 comments on commit 0530747

Please sign in to comment.