Skip to content

Commit 9b5ca75

Browse files
Bump feature version.
1 parent 856f33d commit 9b5ca75

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
@@ -17,7 +17,7 @@ use Symfony\Component\Console\Application;
1717

1818
$str = new Str();
1919
$construct = new Construct(new Filesystem(), $str);
20-
$app = new Application('Construct', '1.8.0');
20+
$app = new Application('Construct', '1.9.0');
2121
$app->add(new ConstructCommand($construct, $str));
2222
$app->add(new InteractiveCommand($construct, $str));
2323
$app->run();

0 commit comments

Comments
 (0)