We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8bad8e commit 2ee3fb3Copy full SHA for 2ee3fb3
src/Version.php
@@ -82,7 +82,7 @@ public function getVersionNumber() : string
82
public static function id() : string
83
{
84
if (self::$version === null) {
85
- $version = new self('6.0.23', dirname(dirname(__DIR__)));
+ $version = new self('6.0.24', dirname(dirname(__DIR__)));
86
self::$version = $version->getVersionNumber();
87
}
88
0 commit comments