Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Feb 8, 2025
1 parent 8a265f2 commit 69dde56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ChangeLog-12.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

## [12.0.2] - 2025-MM-DD
## [12.0.2] - 2025-02-08

### Changed

Expand All @@ -27,6 +27,6 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
* This component is no longer supported on PHP 8.2
* This component no longer supports Xdebug versions before Xdebug 3.1

[12.0.2]: https://github.com/sebastianbergmann/php-code-coverage/compare/12.0.1...main
[12.0.2]: https://github.com/sebastianbergmann/php-code-coverage/compare/12.0.1...12.0.2
[12.0.1]: https://github.com/sebastianbergmann/php-code-coverage/compare/12.0.0...12.0.1
[12.0.0]: https://github.com/sebastianbergmann/php-code-coverage/compare/11.0...12.0.0
2 changes: 1 addition & 1 deletion src/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ final class Version
public static function id(): string
{
if (self::$version === '') {
self::$version = (new VersionId('12.0.1', dirname(__DIR__)))->asString();
self::$version = (new VersionId('12.0.2', dirname(__DIR__)))->asString();
}

return self::$version;
Expand Down

0 comments on commit 69dde56

Please sign in to comment.