Skip to content

Commit f7316ea

Browse files
Prepare release
1 parent 97b8d39 commit f7316ea

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

ChangeLog-9.3.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
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.11] - 2020-09-24
6+
7+
* No changes; `phpunit.phar` rebuilt with updated dependencies
8+
59
## [9.3.10] - 2020-09-12
610

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

246+
[9.3.11]: https://github.com/sebastianbergmann/phpunit/compare/9.3.10...9.3.11
242247
[9.3.10]: https://github.com/sebastianbergmann/phpunit/compare/9.3.9...9.3.10
243248
[9.3.9]: https://github.com/sebastianbergmann/phpunit/compare/9.3.8...9.3.9
244249
[9.3.8]: https://github.com/sebastianbergmann/phpunit/compare/9.3.7...9.3.8

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.10', dirname(__DIR__, 2)))->getVersion();
41+
self::$version = (new VersionId('9.3.11', dirname(__DIR__, 2)))->getVersion();
4242
}
4343

4444
return self::$version;

0 commit comments

Comments
 (0)