Skip to content

Commit 6dd994b

Browse files
Prepare version 6.0.30
1 parent b412d8f commit 6dd994b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Version.php

Lines changed: 1 addition & 1 deletion
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.29', dirname(dirname(__DIR__)));
85+
$version = new self('6.0.30', dirname(dirname(__DIR__)));
8686
self::$version = $version->getVersionNumber();
8787
}
8888

0 commit comments

Comments
 (0)