Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Jun 19, 2015
1 parent a2d497c commit 631e365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CodeCoverage/Report/HTML/Renderer.php
Expand Up @@ -58,7 +58,7 @@ abstract class PHP_CodeCoverage_Report_HTML_Renderer
*/
public function __construct($templatePath, $generator, $date, $lowUpperBound, $highLowerBound)
{
$version = new SebastianBergmann\Version('2.1.5', dirname(dirname(dirname(dirname(__DIR__)))));
$version = new SebastianBergmann\Version('2.1.6', dirname(dirname(dirname(dirname(__DIR__)))));

$this->templatePath = $templatePath;
$this->generator = $generator;
Expand Down

0 comments on commit 631e365

Please sign in to comment.