Skip to content

Commit

Permalink
Prepare version 4.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Feldmann committed Mar 29, 2017
1 parent d7a82ca commit 8ac63ab
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 @@ -43,7 +43,7 @@ public static function id()
}

if (self::$version === null) {
$version = new SebastianBergmann\Version('4.0.7', dirname(dirname(__DIR__)));
$version = new SebastianBergmann\Version('4.0.8', dirname(dirname(__DIR__)));
self::$version = $version->getVersion();
}

Expand Down

0 comments on commit 8ac63ab

Please sign in to comment.