Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Feb 3, 2023
1 parent 261a022 commit bf4fbc9
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 @@ -482,8 +482,8 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt

* This component is no longer supported on PHP 7.1

[10.0.0]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.2...main
[9.2.24]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.23...9.2
[10.0.0]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.24...10.0.0
[9.2.24]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.23...9.2.24
[9.2.24]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.23...9.2.24
[9.2.23]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.22...9.2.23
[9.2.22]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.21...9.2.22
Expand Down
1 change: 0 additions & 1 deletion composer.json
Expand Up @@ -26,7 +26,6 @@
"optimize-autoloader": true,
"sort-packages": true
},
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": ">=8.1",
Expand Down
2 changes: 1 addition & 1 deletion src/Version.php
Expand Up @@ -19,7 +19,7 @@ final class Version
public static function id(): string
{
if (self::$version === '') {
self::$version = (new VersionId('10.0', dirname(__DIR__)))->asString();
self::$version = (new VersionId('10.0.0', dirname(__DIR__)))->asString();
}

return self::$version;
Expand Down

0 comments on commit bf4fbc9

Please sign in to comment.