Skip to content

Commit 114ed16

Browse files
committed
Bump version to v1.7.3
1 parent 81395db commit 114ed16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jigsaw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ $app->bootstrapWith([
2222
TightenCo\Jigsaw\Bootstrap\HandleExceptions::class,
2323
]);
2424

25-
$application = new Symfony\Component\Console\Application('Jigsaw', '1.7.2');
25+
$application = new Symfony\Component\Console\Application('Jigsaw', '1.7.3');
2626
$application->add($app[TightenCo\Jigsaw\Console\InitCommand::class]);
2727
$application->add(new TightenCo\Jigsaw\Console\BuildCommand($app));
2828
$application->add(new TightenCo\Jigsaw\Console\ServeCommand($app));

0 commit comments

Comments
 (0)