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

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Schmidt committed May 5, 2015
1 parent b5819ea commit c6e328e
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 c6e328e

Please sign in to comment.