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 6517b80 commit baa171fCopy full SHA for baa171f
src/Version.php
@@ -80,7 +80,7 @@ public function getVersionNumber()
80
public static function id() : string
81
{
82
if (self::$version === null) {
83
- $version = new self('5.1.10', dirname(dirname(__DIR__)));
+ $version = new self('5.1.11', dirname(dirname(__DIR__)));
84
self::$version = $version->getVersionNumber();
85
}
86
0 commit comments