We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0cede0 commit f013743Copy full SHA for f013743
construct
@@ -17,7 +17,7 @@ use Symfony\Component\Console\Application;
17
18
$str = new Str();
19
$construct = new Construct(new Filesystem(), $str);
20
-$app = new Application('Construct', '1.6.0');
+$app = new Application('Construct', '1.7.0');
21
$app->add(new ConstructCommand($construct, $str));
22
$app->add(new InteractiveCommand($construct, $str));
23
$app->run();
0 commit comments