We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5602a1b commit 4500c22Copy full SHA for 4500c22
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.7.0');
+$app = new Application('Construct', '1.7.1');
21
$app->add(new ConstructCommand($construct, $str));
22
$app->add(new InteractiveCommand($construct, $str));
23
$app->run();
0 commit comments