Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Feb 3, 2017
1 parent 0bbadb2 commit 7deaf88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Application extends AbstractApplication
{
public function __construct()
{
$version = new Version('4.0', dirname(__DIR__));
$version = new Version('4.0.0', dirname(__DIR__));
parent::__construct('phpcov', $version->getVersion());

$this->add(new ExecuteCommand);
Expand Down

0 comments on commit 7deaf88

Please sign in to comment.