We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46532ab commit f423015Copy full SHA for f423015
1 file changed
src/Application.php
@@ -24,7 +24,7 @@ class Application extends BaseApplication
24
25
public function __construct()
26
{
27
- parent::__construct('PHP QA Analyzer', '0.2.0');
+ parent::__construct('PHP QA Analyzer', '0.4.0');
28
$this->config = new Config();
29
}
30
0 commit comments