Skip to content

Commit 7e35a2c

Browse files
Prepare release
1 parent 98e6c92 commit 7e35a2c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ChangeLog-11.0.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
## [11.0.3] - 2024-MM-DD
5+
## [11.0.3] - 2024-03-12
66

77
### Fixed
88

@@ -28,7 +28,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
2828
* This component now requires PHP-Parser 5
2929
* This component is no longer supported on PHP 8.1
3030

31-
[11.0.3]: https://github.com/sebastianbergmann/php-code-coverage/compare/11.0.2...main
31+
[11.0.3]: https://github.com/sebastianbergmann/php-code-coverage/compare/11.0.2...11.0.3
3232
[11.0.2]: https://github.com/sebastianbergmann/php-code-coverage/compare/11.0.1...11.0.2
3333
[11.0.1]: https://github.com/sebastianbergmann/php-code-coverage/compare/11.0.0...11.0.1
3434
[11.0.0]: https://github.com/sebastianbergmann/php-code-coverage/compare/10.1...11.0.0

src/Version.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ final class Version
1919
public static function id(): string
2020
{
2121
if (self::$version === '') {
22-
self::$version = (new VersionId('11.0.2', dirname(__DIR__)))->asString();
22+
self::$version = (new VersionId('11.0.3', dirname(__DIR__)))->asString();
2323
}
2424

2525
return self::$version;

0 commit comments

Comments
 (0)