Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathantorres committed Mar 1, 2017
1 parent 2704173 commit eeef555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion construct
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ use Symfony\Component\Console\Application;
$str = new Str();
$filesystem = new Filesystem();
$construct = new Construct($filesystem, $str);
$app = new Application('Construct', '1.13.0');
$app = new Application('Construct', '1.13.1');
$app->add(new ConstructCommand($construct, $str, $filesystem));
$app->add(new InteractiveCommand($construct, $str));
$app->run();

0 comments on commit eeef555

Please sign in to comment.