Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Mar 10, 2015
1 parent a6a13ea commit 0e7ead0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CLI/Application.php
Expand Up @@ -29,7 +29,7 @@ class Application extends AbstractApplication
{
public function __construct()
{
$version = new Version('2.1', dirname(dirname(__DIR__)));
$version = new Version('2.1.0', dirname(dirname(__DIR__)));
parent::__construct('phploc', $version->getVersion());
}

Expand Down

0 comments on commit 0e7ead0

Please sign in to comment.