We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a5e648 commit 264b54bCopy full SHA for 264b54b
bin/construct
@@ -41,7 +41,7 @@ $container->share('Construct\GitAttributes');
41
$container->share('Construct\Composer');
42
43
$construct = new Construct($container);
44
-$app = new Application('Construct', '1.15.2');
+$app = new Application('Construct', '1.16.0');
45
$app->add(new ConstructCommand($construct));
46
$app->add(new InteractiveCommand($construct));
47
$app->run();
0 commit comments