Skip to content

Commit c638a0c

Browse files
Prepare release
1 parent 4cd1764 commit c638a0c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ChangeLog-9.3.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
## [9.3.7] - 2020-MM-DD
5+
## [9.3.7] - 2020-08-11
66

77
### Fixed
88

@@ -219,7 +219,7 @@ If you have an XML configuration file that validates against [PHPUnit 9.2's XML
219219
* [#4396](https://github.com/sebastianbergmann/phpunit/issues/4396): Deprecate confusing parameter options for XML assertions
220220
* The `cacheTokens` attribute is no longer supported in XML configuration files
221221

222-
[9.3.7]: https://github.com/sebastianbergmann/phpunit/compare/9.3.6...9.3
222+
[9.3.7]: https://github.com/sebastianbergmann/phpunit/compare/9.3.6...9.3.7
223223
[9.3.6]: https://github.com/sebastianbergmann/phpunit/compare/9.3.5...9.3.6
224224
[9.3.5]: https://github.com/sebastianbergmann/phpunit/compare/9.3.4...9.3.5
225225
[9.3.4]: https://github.com/sebastianbergmann/phpunit/compare/9.3.3...9.3.4

src/Runner/Version.php

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

4040
if (self::$version === '') {
41-
self::$version = (new VersionId('9.3.6', dirname(__DIR__, 2)))->getVersion();
41+
self::$version = (new VersionId('9.3.7', dirname(__DIR__, 2)))->getVersion();
4242
}
4343

4444
return self::$version;

0 commit comments

Comments
 (0)