Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Aug 28, 2014
1 parent 7c44e35 commit 3985cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Runner/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public static function id()
}

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

Expand Down

0 comments on commit 3985cd4

Please sign in to comment.