Skip to content

Commit 5bd024b

Browse files
Bump version.
1 parent d8490d0 commit 5bd024b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

construct

Lines changed: 1 addition & 1 deletion
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.14.0');
21+
$app = new Application('Construct', '1.14.1');
2222
$app->add(new ConstructCommand($construct, $str, $filesystem));
2323
$app->add(new InteractiveCommand($construct, $str));
2424
$app->run();

0 commit comments

Comments
 (0)