Skip to content

Commit

Permalink
Version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samwilson committed Jun 17, 2020
1 parent 2438cf5 commit 630b63e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/basildon
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ foreach ($autoloadLocations as $autoload) {
use App\Build;
use Symfony\Component\Console\Application;

$app = new Application('Basildon', '0.4.0');
$app = new Application('Basildon', '0.5.0');
$app->add(new Build() );
$app->setDefaultCommand('build', true);
$app->run();

0 comments on commit 630b63e

Please sign in to comment.