Skip to content

Commit 9871cf4

Browse files
committedAug 10, 2020
Fix version (which, of course, has no effect on the tag/release)
1 parent 9e17fe3 commit 9871cf4

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
@@ -22,7 +22,7 @@ final class Version
2222
public static function id(): string
2323
{
2424
if (self::$version === null) {
25-
self::$version = (new VersionId('9.1.0', dirname(__DIR__)))->getVersion();
25+
self::$version = (new VersionId('9.1.1', dirname(__DIR__)))->getVersion();
2626
}
2727

2828
return self::$version;

0 commit comments

Comments
 (0)
Please sign in to comment.