Skip to content

Commit 3767b2c

Browse files
Prepare release
1 parent 6eb6946 commit 3767b2c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ChangeLog-9.6.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
## [9.6.16] - 2024-MM-DD
5+
## [9.6.16] - 2024-01-19
66

77
### Fixed
88

@@ -115,7 +115,7 @@ All notable changes of the PHPUnit 9.6 release series are documented in this fil
115115
* [#5064](https://github.com/sebastianbergmann/phpunit/issues/5064): Deprecate `PHPUnit\Framework\TestCase::getMockClass()`
116116
* [#5132](https://github.com/sebastianbergmann/phpunit/issues/5132): Deprecate `Test` suffix for abstract test case classes
117117

118-
[9.6.16]: https://github.com/sebastianbergmann/phpunit/compare/9.6.15...9.6
118+
[9.6.16]: https://github.com/sebastianbergmann/phpunit/compare/9.6.15...9.6.16
119119
[9.6.15]: https://github.com/sebastianbergmann/phpunit/compare/9.6.14...9.6.15
120120
[9.6.14]: https://github.com/sebastianbergmann/phpunit/compare/9.6.13...9.6.14
121121
[9.6.13]: https://github.com/sebastianbergmann/phpunit/compare/9.6.12...9.6.13

src/Runner/Version.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public static function id(): string
4444
}
4545

4646
if (self::$version === '') {
47-
self::$version = (new VersionId('9.6.15', dirname(__DIR__, 2)))->getVersion();
47+
self::$version = (new VersionId('9.6.16', dirname(__DIR__, 2)))->getVersion();
4848

4949
assert(!empty(self::$version));
5050
}

0 commit comments

Comments
 (0)