Skip to content

Commit d20f6f1

Browse files
committed
v1.5.0
1 parent 1438833 commit d20f6f1

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
@@ -15,7 +15,7 @@ $app = new TightenCo\Jigsaw\Container;
1515

1616
$app->bootstrapWith([]);
1717

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

0 commit comments

Comments
 (0)