Skip to content

Commit

Permalink
v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bakerkretzmar committed Nov 11, 2022
1 parent 1438833 commit d20f6f1
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 @@ -15,7 +15,7 @@ $app = new TightenCo\Jigsaw\Container;

$app->bootstrapWith([]);

$application = new Symfony\Component\Console\Application('Jigsaw', '1.4.0');
$application = new Symfony\Component\Console\Application('Jigsaw', '1.5.0');
$application->add($app[TightenCo\Jigsaw\Console\InitCommand::class]);
$application->add(new TightenCo\Jigsaw\Console\BuildCommand($app));
$application->add(new TightenCo\Jigsaw\Console\ServeCommand($app));
Expand Down

0 comments on commit d20f6f1

Please sign in to comment.