diff --git a/src/ParaTest/Console/ParaTestApplication.php b/src/ParaTest/Console/ParaTestApplication.php index 99c5e0f7..b6de5d70 100644 --- a/src/ParaTest/Console/ParaTestApplication.php +++ b/src/ParaTest/Console/ParaTestApplication.php @@ -11,7 +11,7 @@ class ParaTestApplication extends Application { const NAME = 'ParaTest'; - const VERSION = '0.4.0'; + const VERSION = '0.4.1'; public function __construct() { @@ -38,4 +38,4 @@ public function getCommandName(InputInterface $input) { return 'paratest'; } -} \ No newline at end of file +}