Skip to content
Snippets Groups Projects
Unverified Commit 0ce76cf0 authored by Sebastian Bergmann's avatar Sebastian Bergmann
Browse files

Prepare release

parent 60ca2905
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
All notable changes are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles. All notable changes are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
## [12.1.1] - 2025-MM-DD ## [12.1.1] - 2025-04-03
### Fixed ### Fixed
...@@ -14,5 +14,5 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt ...@@ -14,5 +14,5 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
* `CacheWarmer::warmCache()` now returns the number of cache hits and cache misses * `CacheWarmer::warmCache()` now returns the number of cache hits and cache misses
[12.1.1]: https://github.com/sebastianbergmann/php-code-coverage/compare/12.1.0...main [12.1.1]: https://github.com/sebastianbergmann/php-code-coverage/compare/12.1.0...12.1.1
[12.1.0]: https://github.com/sebastianbergmann/php-code-coverage/compare/12.0.5...12.1.0 [12.1.0]: https://github.com/sebastianbergmann/php-code-coverage/compare/12.0.5...12.1.0
...@@ -19,7 +19,7 @@ final class Version ...@@ -19,7 +19,7 @@ final class Version
public static function id(): string public static function id(): string
{ {
if (self::$version === '') { if (self::$version === '') {
self::$version = (new VersionId('12.1.0', dirname(__DIR__)))->asString(); self::$version = (new VersionId('12.1.1', dirname(__DIR__)))->asString();
} }
return self::$version; return self::$version;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment