Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Mar 18, 2014
1 parent c7e9e4b commit eca3ce3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<email>sebastian@phpunit.de</email>
<active>yes</active>
</lead>
<date>2014-03-17</date>
<date>2014-03-18</date>
<version>
<release>4.0.9</release>
<release>4.0.10</release>
<api>4.0.0</api>
</version>
<stability>
Expand Down
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.0.9', dirname(dirname(__DIR__)));
$version = new SebastianBergmann\Version('4.0.10', dirname(dirname(__DIR__)));
self::$version = $version->getVersion();
}

Expand Down

0 comments on commit eca3ce3

Please sign in to comment.