Skip to content

Commit

Permalink
Bump version to 1.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
damiani committed Jun 10, 2019
1 parent acd0ce8 commit d7c77b3
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 @@ -7,7 +7,7 @@ use TightenCo\Jigsaw\Console\ServeCommand;

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

$app = new Symfony\Component\Console\Application('Jigsaw', '1.3.0');
$app = new Symfony\Component\Console\Application('Jigsaw', '1.3.10');
$app->add($container[InitCommand::class]);
$app->add(new BuildCommand($container));
$app->add(new ServeCommand($container));
Expand Down

0 comments on commit d7c77b3

Please sign in to comment.