Skip to content

Commit

Permalink
v2.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
dietercoopman committed Sep 23, 2021
1 parent 422efb8 commit 0ee4dcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sajan
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if (file_exists(__DIR__ . '/../../autoload.php')) {
/**
* Start the console application.
*/
$app = new SajanApplication('<fg=green>Sajan</> version', '2.0.7');
$app = new SajanApplication('<fg=green>Sajan</> version', '2.0.9');
$app->add(new SecretCommand());
$app->add(new AliasListCommand());
$app->add(new AliasCreateCommand());
Expand Down

0 comments on commit 0ee4dcf

Please sign in to comment.