Skip to content

Commit 264b54b

Browse files
Bump version.
1 parent 9a5e648 commit 264b54b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/construct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ $container->share('Construct\GitAttributes');
4141
$container->share('Construct\Composer');
4242

4343
$construct = new Construct($container);
44-
$app = new Application('Construct', '1.15.2');
44+
$app = new Application('Construct', '1.16.0');
4545
$app->add(new ConstructCommand($construct));
4646
$app->add(new InteractiveCommand($construct));
4747
$app->run();

0 commit comments

Comments
 (0)