Skip to content

Commit 1b570cd

Browse files
Prepare release
1 parent 71c8a27 commit 1b570cd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ChangeLog-9.1.md

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

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

5-
## [9.1.5] - 2020-MM-DD
5+
## [9.1.5] - 2020-05-22
66

77
### Fixed
88

@@ -72,7 +72,7 @@ All notable changes of the PHPUnit 9.1 release series are documented in this fil
7272
* [#4105](https://github.com/sebastianbergmann/phpunit/issues/4105): Deprecate multiple test case classes in single file and test case class name differing from filename
7373
* [#4141](https://github.com/sebastianbergmann/phpunit/pull/4141): Deprecate Prophecy integration
7474

75-
[9.1.5]: https://github.com/sebastianbergmann/phpunit/compare/9.1.4...9.1
75+
[9.1.5]: https://github.com/sebastianbergmann/phpunit/compare/9.1.4...9.1.5
7676
[9.1.4]: https://github.com/sebastianbergmann/phpunit/compare/9.1.3...9.1.4
7777
[9.1.3]: https://github.com/sebastianbergmann/phpunit/compare/9.1.2...9.1.3
7878
[9.1.2]: https://github.com/sebastianbergmann/phpunit/compare/9.1.1...9.1.2

src/Runner/Version.php

+1-1
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.1.4', \dirname(__DIR__, 2)))->getVersion();
36+
self::$version = (new VersionId('9.1.5', \dirname(__DIR__, 2)))->getVersion();
3737
}
3838

3939
return self::$version;

0 commit comments

Comments
 (0)