Skip to content

Commit

Permalink
Tag release 0.4.0 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmolivas authored Jan 1, 2017
1 parent 46532ab commit f423015
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 @@ -24,7 +24,7 @@ class Application extends BaseApplication

public function __construct()
{
parent::__construct('PHP QA Analyzer', '0.2.0');
parent::__construct('PHP QA Analyzer', '0.4.0');
$this->config = new Config();
}

Expand Down

0 comments on commit f423015

Please sign in to comment.