diff --git a/ChangeLog-11.0.md b/ChangeLog-11.0.md index 3b4bbf23..08271524 100644 --- a/ChangeLog-11.0.md +++ b/ChangeLog-11.0.md @@ -2,7 +2,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles. -## [11.0.3] - 2024-MM-DD +## [11.0.3] - 2024-03-12 ### Fixed @@ -28,7 +28,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.3]: https://github.com/sebastianbergmann/php-code-coverage/compare/11.0.2...main +[11.0.3]: https://github.com/sebastianbergmann/php-code-coverage/compare/11.0.2...11.0.3 [11.0.2]: https://github.com/sebastianbergmann/php-code-coverage/compare/11.0.1...11.0.2 [11.0.1]: https://github.com/sebastianbergmann/php-code-coverage/compare/11.0.0...11.0.1 [11.0.0]: https://github.com/sebastianbergmann/php-code-coverage/compare/10.1...11.0.0 diff --git a/src/Version.php b/src/Version.php index 80b4d1ba..ab5e5053 100644 --- a/src/Version.php +++ b/src/Version.php @@ -19,7 +19,7 @@ final class Version public static function id(): string { if (self::$version === '') { - self::$version = (new VersionId('11.0.2', dirname(__DIR__)))->asString(); + self::$version = (new VersionId('11.0.3', dirname(__DIR__)))->asString(); } return self::$version;