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 7697c37 commit 6e8bb65Copy full SHA for 6e8bb65
bin/construct
@@ -32,7 +32,7 @@ use Symfony\Component\Console\Application;
32
$str = new Str();
33
$filesystem = new Filesystem();
34
$construct = new Construct($filesystem, $str);
35
-$app = new Application('Construct', '1.14.1');
+$app = new Application('Construct', '1.15.0');
36
$app->add(new ConstructCommand($construct, $str, $filesystem));
37
$app->add(new InteractiveCommand($construct, $str));
38
$app->run();
0 commit comments