Skip to content

Commit

Permalink
Prepare version 5.1.9
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Feldmann <[email protected]>
  • Loading branch information
sebastianfeldmann committed Feb 14, 2019
1 parent e3a8a54 commit c4fc284
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 @@ -80,7 +80,7 @@ public function getVersionNumber()
public static function id() : string
{
if (self::$version === null) {
$version = new self('5.1.8', dirname(dirname(__DIR__)));
$version = new self('5.1.9', dirname(dirname(__DIR__)));
self::$version = $version->getVersionNumber();
}

Expand Down

0 comments on commit c4fc284

Please sign in to comment.