Skip to content

Commit 6e8bb65

Browse files
Bump version.
1 parent 7697c37 commit 6e8bb65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/construct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ use Symfony\Component\Console\Application;
3232
$str = new Str();
3333
$filesystem = new Filesystem();
3434
$construct = new Construct($filesystem, $str);
35-
$app = new Application('Construct', '1.14.1');
35+
$app = new Application('Construct', '1.15.0');
3636
$app->add(new ConstructCommand($construct, $str, $filesystem));
3737
$app->add(new InteractiveCommand($construct, $str));
3838
$app->run();

0 commit comments

Comments
 (0)