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

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dersam committed Mar 17, 2016
1 parent beb5fb9 commit 5cddfdd
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 @@ -48,7 +48,7 @@ use Symfony\Component\Console\Application;
$application = new Application();

$application->setName('Prophet');
$application->setVersion('0.8.0');
$application->setVersion('0.8.1');
$application->setDefaultCommand('run');

\LinusShops\Prophet\ConfigRepository::setProphetPath($_SERVER['argv'][0]);
Expand Down

0 comments on commit 5cddfdd

Please sign in to comment.