Skip to content

Commit

Permalink
Bump version to v1.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
damiani committed Jul 30, 2018
1 parent f977dbc commit cec1815
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 @@ -8,7 +8,7 @@ use TightenCo\Jigsaw\Console\UseCommand;

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

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

0 comments on commit cec1815

Please sign in to comment.