Skip to content
This repository has been archived by the owner on Apr 29, 2022. It is now read-only.

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
* develop:
  Version bump.
  • Loading branch information
Sam Schmidt committed May 5, 2015
2 parents d2897c0 + c6e328e commit e9d9663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prophet
Original file line number Diff line number Diff line change
Expand Up @@ -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]);
Expand Down

0 comments on commit e9d9663

Please sign in to comment.