diff --git a/prophet b/prophet index 41ef28e..87e8f8b 100755 --- a/prophet +++ b/prophet @@ -44,7 +44,7 @@ use Symfony\Component\Console\Application; $application = new Application(); $application->setName('Prophet'); -$application->setVersion('0.1.0'); +$application->setVersion('0.3.0'); $application->setDefaultCommand('scry'); \LinusShops\Prophet\ConfigRepository::setProphetPath($_SERVER['argv'][0]);