Skip to content

Commit

Permalink
Bump to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathantorres committed Jan 22, 2023
1 parent 8a0b881 commit 9ae1f50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/construct
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ $container->share('Construct\GitAttributes');
$container->share('Construct\Composer');

$construct = new Construct($container);
$app = new Application('Construct', '2.1.0');
$app = new Application('Construct', '3.0.0');
$app->add(new ConstructCommand($construct));
$app->add(new InteractiveCommand($construct));
$app->run();

0 comments on commit 9ae1f50

Please sign in to comment.