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 Feb 15, 2024
1 parent ed8e050 commit fadda63
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 @@ -28,7 +28,7 @@ foreach ([__DIR__ . '/../vendor/autoload.php', __DIR__ . '/../../../autoload.php
break;
}
}
$application = new Application('Tailor - Your TYPO3 Extension Helper', '1.5.0');
$application = new Application('Tailor - Your TYPO3 Extension Helper', '1.6.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 fadda63

Please sign in to comment.