Skip to content

Commit f4f9231

Browse files
Prepare version 6.0.12
1 parent b5c7c7a commit f4f9231

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.11', dirname(dirname(__DIR__)));
85+
$version = new self('6.0.12', dirname(dirname(__DIR__)));
8686
self::$version = $version->getVersionNumber();
8787
}
8888

0 commit comments

Comments
 (0)