We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f8d130 commit 67e8aedCopy full SHA for 67e8aed
ChangeLog-12.4.md
@@ -2,7 +2,7 @@
2
3
All notable changes are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
4
5
-## [12.4.0] - 2025-MM-DD
+## [12.4.0] - 2025-09-24
6
7
### Added
8
src/Version.php
@@ -19,7 +19,7 @@ final class Version
19
public static function id(): string
20
{
21
if (self::$version === '') {
22
- self::$version = (new VersionId('12.3.8', dirname(__DIR__)))->asString();
+ self::$version = (new VersionId('12.4.0', dirname(__DIR__)))->asString();
23
}
24
25
return self::$version;
0 commit comments