From 53a8c71d87de5c902cca3b394fbf2fa4f4438280 Mon Sep 17 00:00:00 2001 From: Sam Schmidt Date: Thu, 7 Apr 2016 15:55:13 -0400 Subject: [PATCH] Version bump. --- prophet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prophet b/prophet index 645d409..7a1b9ad 100755 --- a/prophet +++ b/prophet @@ -48,7 +48,7 @@ use Symfony\Component\Console\Application; $application = new Application(); $application->setName('Prophet'); -$application->setVersion('0.8.4'); +$application->setVersion('0.8.5'); $application->setDefaultCommand('run'); //Test framework implementations