Skip to content

Commit cd6bbef

Browse files
Bump feature version.
1 parent c576ff6 commit cd6bbef

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
@@ -16,6 +16,6 @@ use Symfony\Component\Console\Application;
1616

1717
$str = new Str();
1818
$construct = new Construct(new Filesystem(), $str);
19-
$app = new Application('Construct', '1.5.0');
19+
$app = new Application('Construct', '1.6.0');
2020
$app->add(new ConstructCommand($construct, $str));
2121
$app->run();

0 commit comments

Comments
 (0)