Skip to content

Commit adea706

Browse files
Prepare release
1 parent 7977317 commit adea706

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ChangeLog.md

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

33
All notable changes are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
44

5-
## [9.1.5] - 2020-MM-DD
5+
## [9.1.5] - 2020-08-27
66

77
### Changed
88

@@ -229,7 +229,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
229229
* Class names are now abbreviated (unqualified name shown, fully qualified name shown on hover) in the file view of the HTML report
230230
* Update HTML report to Bootstrap 4
231231

232-
[9.1.5]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.1.4...master
232+
[9.1.5]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.1.4...9.1.5
233233
[9.1.4]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.1.3...9.1.4
234234
[9.1.3]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.1.2...9.1.3
235235
[9.1.2]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.1.1...9.1.2

src/Version.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ final class Version
2222
public static function id(): string
2323
{
2424
if (self::$version === null) {
25-
self::$version = (new VersionId('9.1.4', dirname(__DIR__)))->getVersion();
25+
self::$version = (new VersionId('9.1.5', dirname(__DIR__)))->getVersion();
2626
}
2727

2828
return self::$version;

0 commit comments

Comments
 (0)