Skip to content

Commit c87ae28

Browse files
Prepare release
1 parent bd384b8 commit c87ae28

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ChangeLog-10.3.md

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

2424
* [#5456](https://github.com/sebastianbergmann/phpunit/issues/5456): Risky Test Check for Output Buffering is performed before after-test methods are called
2525

26-
[10.3.0]: https://github.com/sebastianbergmann/phpunit/compare/10.2.7...main
26+
[10.3.0]: https://github.com/sebastianbergmann/phpunit/compare/10.2.7...10.3.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.3', dirname(__DIR__, 2)))->asString();
37+
self::$version = (new VersionId('10.3.0', dirname(__DIR__, 2)))->asString();
3838
}
3939

4040
return self::$version;

0 commit comments

Comments
 (0)