Skip to content

Commit

Permalink
Fix version (which, of course, has no effect on the tag/release)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Aug 10, 2020
1 parent 9e17fe3 commit 9871cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ final class Version
public static function id(): string
{
if (self::$version === null) {
self::$version = (new VersionId('9.1.0', dirname(__DIR__)))->getVersion();
self::$version = (new VersionId('9.1.1', dirname(__DIR__)))->getVersion();
}

return self::$version;
Expand Down

0 comments on commit 9871cf4

Please sign in to comment.