Skip to content

Commit

Permalink
[TASK] Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
o-ba committed Nov 2, 2022
1 parent 3dc0c21 commit d43871d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/tailor
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ foreach ([__DIR__ . '/../vendor/autoload.php', __DIR__ . '/../../../autoload.php
break;
}
}
$application = new Application('Tailor - Your TYPO3 Extension Helper', '1.4.1');
$application = new Application('Tailor - Your TYPO3 Extension Helper', '1.5.0');
$application->add(new Command\Auth\CreateTokenCommand('ter:token:create'));
$application->add(new Command\Auth\RefreshTokenCommand('ter:token:refresh'));
$application->add(new Command\Auth\RevokeTokenCommand('ter:token:revoke'));
Expand Down

0 comments on commit d43871d

Please sign in to comment.