Skip to content

Commit f3f6587

Browse files
Prepare release
1 parent 7ae1db9 commit f3f6587

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ChangeLog-12.2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ This feature is experimental and the generated XML may change to enhance complia
4747
* A warning is now emitted when more than one of `#[Small]`, `#[Medium]`, or `#[Large]` is used on a test class
4848
* A warning is now emitted when a data provider provides data sets that have more values than the test method consumes using arguments
4949

50-
[12.2.0]: https://github.com/sebastianbergmann/phpunit/compare/12.1...main
50+
[12.2.0]: https://github.com/sebastianbergmann/phpunit/compare/12.1.6...12.2.0

src/Runner/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public static function id(): string
3535
}
3636

3737
if (self::$version === '') {
38-
self::$version = (new VersionId('12.2', dirname(__DIR__, 2)))->asString();
38+
self::$version = (new VersionId('12.2.0', dirname(__DIR__, 2)))->asString();
3939
}
4040

4141
return self::$version;

0 commit comments

Comments
 (0)