Skip to content

Commit f25b98b

Browse files
committed
v1.3.40
1 parent 1bcafe2 commit f25b98b

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
@@ -8,7 +8,7 @@ use TightenCo\Jigsaw\Jigsaw;
88

99
require_once(__DIR__ . '/jigsaw-core.php');
1010

11-
$app = new Symfony\Component\Console\Application('Jigsaw', '1.3.39');
11+
$app = new Symfony\Component\Console\Application('Jigsaw', '1.3.40');
1212
$app->add($container[InitCommand::class]);
1313
$app->add(new BuildCommand($container));
1414
$app->add(new ServeCommand($container));

0 commit comments

Comments
 (0)