Skip to content

Commit 8509dd8

Browse files
Bump to 2.1.0
1 parent 60e83b7 commit 8509dd8

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
@@ -41,7 +41,7 @@ $container->share('Construct\GitAttributes');
4141
$container->share('Construct\Composer');
4242

4343
$construct = new Construct($container);
44-
$app = new Application('Construct', '2.0.0');
44+
$app = new Application('Construct', '2.1.0');
4545
$app->add(new ConstructCommand($construct));
4646
$app->add(new InteractiveCommand($construct));
4747
$app->run();

0 commit comments

Comments
 (0)