Skip to content

Commit 80cab18

Browse files
Prepare release
1 parent 55ee59d commit 80cab18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ChangeLog-10.5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ All notable changes of the PHPUnit 10.5 release series are documented in this fi
1818

1919
* [#5563](https://github.com/sebastianbergmann/phpunit/issues/5563): `createMockForIntersectionOfInterfaces()` does not automatically register mock object for expectation verification
2020

21-
[10.5.0]: https://github.com/sebastianbergmann/phpunit/compare/10.4.2...10.5
21+
[10.5.0]: https://github.com/sebastianbergmann/phpunit/compare/10.4.2...10.5.0

src/Runner/Version.php

Lines changed: 1 addition & 1 deletion
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('10.5', dirname(__DIR__, 2)))->asString();
37+
self::$version = (new VersionId('10.5.0', dirname(__DIR__, 2)))->asString();
3838
}
3939

4040
return self::$version;

0 commit comments

Comments
 (0)