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 c3beeb4 commit b9c21a9Copy full SHA for b9c21a9
ChangeLog.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
-## [10.0.1] - 2023-MM-DD
+## [10.0.1] - 2023-02-25
6
7
### Fixed
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('10.0.0', dirname(__DIR__)))->asString();
+ self::$version = (new VersionId('10.0.1', dirname(__DIR__)))->asString();
23
}
24
25
return self::$version;
0 commit comments