Skip to content

Commit 8a90921

Browse files
Bump feature version.
1 parent ec6e1a1 commit 8a90921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

construct

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ use Symfony\Component\Console\Application;
1818
$str = new Str();
1919
$filesystem = new Filesystem();
2020
$construct = new Construct($filesystem, $str);
21-
$app = new Application('Construct', '1.13.1');
21+
$app = new Application('Construct', '1.14.0');
2222
$app->add(new ConstructCommand($construct, $str, $filesystem));
2323
$app->add(new InteractiveCommand($construct, $str));
2424
$app->run();

0 commit comments

Comments
 (0)