Skip to content

Commit

Permalink
Update version to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwathan committed May 4, 2016
1 parent 8b8c48e commit 44f66d4
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 @@ -59,7 +59,7 @@ $jigsaw->registerHandler($container[DefaultHandler::class]);

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

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

0 comments on commit 44f66d4

Please sign in to comment.