Skip to content

Commit 2ee3fb3

Browse files
Prepare version 6.0.24
1 parent a8bad8e commit 2ee3fb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Version.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public function getVersionNumber() : string
8282
public static function id() : string
8383
{
8484
if (self::$version === null) {
85-
$version = new self('6.0.23', dirname(dirname(__DIR__)));
85+
$version = new self('6.0.24', dirname(dirname(__DIR__)));
8686
self::$version = $version->getVersionNumber();
8787
}
8888

0 commit comments

Comments
 (0)