Skip to content

Commit

Permalink
update minor version for config fix
Browse files Browse the repository at this point in the history
  • Loading branch information
brianium committed Jan 24, 2013
1 parent a1e2e89 commit 545c4a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ParaTest/Console/ParaTestApplication.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
class ParaTestApplication extends Application
{
const NAME = 'ParaTest';
const VERSION = '0.4.0';
const VERSION = '0.4.1';

public function __construct()
{
Expand All @@ -38,4 +38,4 @@ public function getCommandName(InputInterface $input)
{
return 'paratest';
}
}
}

0 comments on commit 545c4a7

Please # to comment.