Skip to content

Commit

Permalink
Bump version to v1.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
damiani committed Jun 27, 2024
1 parent a338f76 commit 84de81b
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 @@ -22,7 +22,7 @@ $app->bootstrapWith([
TightenCo\Jigsaw\Bootstrap\HandleExceptions::class,
]);

$application = new Symfony\Component\Console\Application('Jigsaw', '1.7.3');
$application = new Symfony\Component\Console\Application('Jigsaw', '1.7.4');
$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 84de81b

Please sign in to comment.