Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Jun 5, 2020
1 parent a42bddb commit 3b50c1a
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
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.1] - 2020-MM-DD
## [9.2.1] - 2020-06-05

### Fixed

Expand All @@ -20,5 +20,5 @@ 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.1]: https://github.com/sebastianbergmann/phpunit/compare/9.2.0...9.2
[9.2.1]: https://github.com/sebastianbergmann/phpunit/compare/9.2.0...9.2.1
[9.2.0]: https://github.com/sebastianbergmann/phpunit/compare/9.1.5...9.2.0
2 changes: 1 addition & 1 deletion src/Runner/Version.php
Expand Up @@ -33,7 +33,7 @@ public static function id(): string
}

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

return self::$version;
Expand Down

0 comments on commit 3b50c1a

Please sign in to comment.