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 7e9c890 commit f8ca4b6Copy full SHA for f8ca4b6
src/Version.php
@@ -22,7 +22,7 @@ final class Version
22
public static function id(): string
23
{
24
if (self::$version === null) {
25
- $version = new VersionId('6.0.0', \dirname(__DIR__));
+ $version = new VersionId('6.0.1', \dirname(__DIR__));
26
self::$version = $version->getVersion();
27
}
28
0 commit comments