diff --git a/composer.json b/composer.json index 50b690a..b1e86d9 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "linusshops/prophet", "description": "Module testing for Magento Modules", - "version": "0.3.6", + "version": "0.3.7", "type": "utility", "keywords": [ "magento", diff --git a/prophet b/prophet index 82e4f83..94e6e69 100755 --- a/prophet +++ b/prophet @@ -44,7 +44,7 @@ use Symfony\Component\Console\Application; $application = new Application(); $application->setName('Prophet'); -$application->setVersion('0.3.6'); +$application->setVersion('0.3.7'); $application->setDefaultCommand('scry'); \LinusShops\Prophet\ConfigRepository::setProphetPath($_SERVER['argv'][0]);