Skip to content

Commit fd14ca2

Browse files
author
Sebastian Feldmann
committed
Prepare version 6.0.0
1 parent 08fb937 commit fd14ca2

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
@@ -80,7 +80,7 @@ public function getVersionNumber() : string
8080
public static function id() : string
8181
{
8282
if (self::$version === null) {
83-
$version = new self('6.0', dirname(dirname(__DIR__)));
83+
$version = new self('6.0.0', dirname(dirname(__DIR__)));
8484
self::$version = $version->getVersionNumber();
8585
}
8686

0 commit comments

Comments
 (0)