Skip to content

Commit 68d7e5b

Browse files
Prepare release
1 parent fc1cacf commit 68d7e5b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ChangeLog-9.0.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.0 release series are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles.
44

5-
## [9.0.1] - 2020-02-DD
5+
## [9.0.1] - 2020-02-13
66

77
### Fixed
88

@@ -39,6 +39,6 @@ All notable changes of the PHPUnit 9.0 release series are documented in this fil
3939
* Implemented [#3957](https://github.com/sebastianbergmann/phpunit/issues/3957): Remove `expectExceptionMessageRegExp()`
4040
* Implemented [#4012](https://github.com/sebastianbergmann/phpunit/issues/4012): Remove class name as CLI argument
4141

42-
[9.0.1]: https://github.com/sebastianbergmann/phpunit/compare/9.0.0...9.0
42+
[9.0.1]: https://github.com/sebastianbergmann/phpunit/compare/9.0.0...9.0.1
4343
[9.0.0]: https://github.com/sebastianbergmann/phpunit/compare/8.5.2...master
4444

src/Runner/Version.php

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

3535
if (self::$version === '') {
36-
self::$version = (new VersionId('9.0.0', \dirname(__DIR__, 2)))->getVersion();
36+
self::$version = (new VersionId('9.0.1', \dirname(__DIR__, 2)))->getVersion();
3737
}
3838

3939
return self::$version;

0 commit comments

Comments
 (0)