Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Jul 13, 2020
1 parent 7ee2ee7 commit 1c6a9e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ChangeLog-9.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes of the PHPUnit 9.2 release series are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles.

## [9.2.6] - 2020-MM-DD
## [9.2.6] - 2020-07-13

### Fixed

Expand Down Expand Up @@ -56,7 +56,7 @@ All notable changes of the PHPUnit 9.2 release series are documented in this fil
* [#4258](https://github.com/sebastianbergmann/phpunit/pull/4258): Prevent unpredictable result by raising an exception when multiple matchers can be applied to a test double invocation
* The test runner no longer relies on `$_SERVER['REQUEST_TIME_FLOAT']` for printing the elapsed time

[9.2.6]: https://github.com/sebastianbergmann/phpunit/compare/9.2.5...9.2
[9.2.6]: https://github.com/sebastianbergmann/phpunit/compare/9.2.5...9.2.6
[9.2.5]: https://github.com/sebastianbergmann/phpunit/compare/9.2.4...9.2.5
[9.2.4]: https://github.com/sebastianbergmann/phpunit/compare/9.2.3...9.2.4
[9.2.3]: https://github.com/sebastianbergmann/phpunit/compare/9.2.2...9.2.3
Expand Down
2 changes: 1 addition & 1 deletion src/Runner/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public static function id(): string
}

if (self::$version === '') {
self::$version = (new VersionId('9.2.5', \dirname(__DIR__, 2)))->getVersion();
self::$version = (new VersionId('9.2.6', \dirname(__DIR__, 2)))->getVersion();
}

return self::$version;
Expand Down

0 comments on commit 1c6a9e4

Please sign in to comment.