Skip to content
Snippets Groups Projects
Unverified Commit f7f08030 authored by Sebastian Bergmann's avatar Sebastian Bergmann
Browse files

Prepare release

parent 8958bc2c
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
All notable changes are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
## [11.0.7] - 2024-MM-DD
## [11.0.7] - 2024-10-09
### Changed
......@@ -57,7 +57,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
* This component now requires PHP-Parser 5
* This component is no longer supported on PHP 8.1
[11.0.7]: https://github.com/sebastianbergmann/php-code-coverage/compare/11.0.6...main
[11.0.7]: https://github.com/sebastianbergmann/php-code-coverage/compare/11.0.6...11.0.7
[11.0.6]: https://github.com/sebastianbergmann/php-code-coverage/compare/11.0.5...11.0.6
[11.0.5]: https://github.com/sebastianbergmann/php-code-coverage/compare/11.0.4...11.0.5
[11.0.4]: https://github.com/sebastianbergmann/php-code-coverage/compare/11.0.3...11.0.4
......
......@@ -19,7 +19,7 @@ final class Version
public static function id(): string
{
if (self::$version === '') {
self::$version = (new VersionId('11.0.6', dirname(__DIR__)))->asString();
self::$version = (new VersionId('11.0.7', dirname(__DIR__)))->asString();
}
return self::$version;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment