Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Feb 13, 2023
1 parent 56bb840 commit e314a94
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ChangeLog.md
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.0] - 2023-MM-DD
## [9.0.0] - 2023-02-13

### Removed

Expand Down Expand Up @@ -80,7 +80,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.0]: https://github.com/sebastianbergmann/phpcov/compare/8.2.1...main
[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
[8.2.0]: https://github.com/sebastianbergmann/phpcov/compare/8.1.2...8.2.0
[8.1.2]: https://github.com/sebastianbergmann/phpcov/compare/8.1.1...8.1.2
Expand Down
1 change: 0 additions & 1 deletion composer.json
Expand Up @@ -21,7 +21,6 @@
"sort-packages": true
},
"prefer-stable": true,
"minimum-stability": "dev",
"require": {
"php": ">=8.1",
"phpunit/phpunit": "^10.0",
Expand Down
2 changes: 1 addition & 1 deletion src/cli/Application.php
Expand Up @@ -16,7 +16,7 @@

final class Application
{
private const VERSION = '9.0';
private const VERSION = '9.0.0';

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

0 comments on commit e314a94

Please sign in to comment.