Skip to content

Commit

Permalink
bumps version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ju1ius committed Dec 28, 2023
1 parent 30bdfdf commit 22f1e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/chicot.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use Souplette\Chicot\Command\ListModulesCommand;
use Symfony\Component\Console\Application;

$app = new Application('chicot', '0.1.0');
$app = new Application('chicot', '0.1.1');
$app->add(new ListModulesCommand('modules'));
$app->add(new GenerateStubsCommand('stub'));
$app->run();

0 comments on commit 22f1e99

Please sign in to comment.