Skip to content

Commit

Permalink
Version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samwilson committed May 30, 2020
1 parent cde24c7 commit 00c6ac3
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.2.0');
$app = new Application('Basildon', '0.3.0');
$app->add(new Build() );
$app->setDefaultCommand('build', true);
$app->run();

0 comments on commit 00c6ac3

Please sign in to comment.