Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed May 30, 2014
1 parent 9612846 commit ced9e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/couscous
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use Symfony\Component\Console\Application;

require_once __DIR__ . '/../vendor/autoload.php';

$application = new Application('Couscous', '0.2.0');
$application = new Application('Couscous', '0.3.0');

$application->add(new InitCommand);
$application->add(new GenerateCommand);
Expand Down

0 comments on commit ced9e35

Please sign in to comment.