Skip to content

Commit 4500c22

Browse files
Bump version.
1 parent 5602a1b commit 4500c22

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.7.0');
20+
$app = new Application('Construct', '1.7.1');
2121
$app->add(new ConstructCommand($construct, $str));
2222
$app->add(new InteractiveCommand($construct, $str));
2323
$app->run();

0 commit comments

Comments
 (0)