Skip to content

Commit

Permalink
Update version in console app
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwathan committed Jan 9, 2016
1 parent b33698e commit 7308f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jigsaw
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ $jigsaw->registerHandler($container[DefaultHandler::class]);

$buildCommand = new BuildCommand($jigsaw, $sourcePath, $buildPath);

$app = new Symfony\Component\Console\Application('Jigsaw', '0.3.1');
$app = new Symfony\Component\Console\Application('Jigsaw', '0.4.0');
$app->add($buildCommand);
$app->add($container[InitCommand::class]);
$app->run();

0 comments on commit 7308f69

Please sign in to comment.