From c6e328eaf9ee2b2d03b20978dcbc5e38d11fe355 Mon Sep 17 00:00:00 2001 From: Sam Schmidt Date: Tue, 5 May 2015 09:33:13 -0400 Subject: [PATCH] Version bump. --- prophet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]);