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 60e83b7 commit 8509dd8Copy full SHA for 8509dd8
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', '2.0.0');
+$app = new Application('Construct', '2.1.0');
45
$app->add(new ConstructCommand($construct));
46
$app->add(new InteractiveCommand($construct));
47
$app->run();
0 commit comments