From fadda637ceb8c2be212b9012c4f9a78eea97ded5 Mon Sep 17 00:00:00 2001 From: Oliver Bartsch Date: Thu, 15 Feb 2024 22:15:35 +0100 Subject: [PATCH] [TASK] Update version number --- bin/tailor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/tailor b/bin/tailor index bfc17c4..818fd70 100755 --- a/bin/tailor +++ b/bin/tailor @@ -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'));