Skip to content

Commit 2f281e7

Browse files
Prepare release
1 parent 6978be2 commit 2f281e7

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 of the PHPUnit 11.0 release series are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles.
44

5-
## [11.0.2] - 2024-MM-DD
5+
## [11.0.2] - 2024-04-04
66

77
### Fixed
88

@@ -86,6 +86,6 @@ All notable changes of the PHPUnit 11.0 release series are documented in this fi
8686
* `PHPUnit\TextUI\Configuration\Configuration::registerMockObjectsFromTestArgumentsRecursively()`
8787
* `PHPUnit\Framework\Constraint\Constraint::exporter()`
8888

89-
[11.0.2]: https://github.com/sebastianbergmann/phpunit/compare/11.0.1...11.0
89+
[11.0.2]: https://github.com/sebastianbergmann/phpunit/compare/11.0.1...11.0.2
9090
[11.0.1]: https://github.com/sebastianbergmann/phpunit/compare/11.0.0...11.0.1
9191
[11.0.0]: https://github.com/sebastianbergmann/phpunit/compare/10.5...11.0.0

src/Runner/Version.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public static function id(): string
3434
}
3535

3636
if (self::$version === '') {
37-
self::$version = (new VersionId('11.0.1', dirname(__DIR__, 2)))->asString();
37+
self::$version = (new VersionId('11.0.2', dirname(__DIR__, 2)))->asString();
3838
}
3939

4040
return self::$version;

0 commit comments

Comments
 (0)