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 9e17fe3 commit 9871cf4Copy full SHA for 9871cf4
src/Version.php
@@ -22,7 +22,7 @@ final class Version
22
public static function id(): string
23
{
24
if (self::$version === null) {
25
- self::$version = (new VersionId('9.1.0', dirname(__DIR__)))->getVersion();
+ self::$version = (new VersionId('9.1.1', dirname(__DIR__)))->getVersion();
26
}
27
28
return self::$version;
0 commit comments