Skip to content

Commit

Permalink
Updated the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
gplanchat committed Oct 22, 2019
1 parent 09cb196 commit b6cb70a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/console
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ $factory = new class($output) {
}
};

$application = new Application('Bisous', '1.0.1');
$application = new Application('Bisous', '1.0.2');
$application->setCommandLoader(new FactoryCommandLoader([
'init' => $factory($application, \App\Infrastructure\Console\Command\InitializeCommand::class),
'magento' => $factory($application, \App\Infrastructure\Console\Command\MagentoCommand::class),
Expand Down

0 comments on commit b6cb70a

Please sign in to comment.