Skip to content

Commit fadda63

Browse files
authored
[TASK] Update version number
1 parent ed8e050 commit fadda63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/tailor

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ foreach ([__DIR__ . '/../vendor/autoload.php', __DIR__ . '/../../../autoload.php
2828
break;
2929
}
3030
}
31-
$application = new Application('Tailor - Your TYPO3 Extension Helper', '1.5.0');
31+
$application = new Application('Tailor - Your TYPO3 Extension Helper', '1.6.0');
3232
$application->add(new Command\Auth\CreateTokenCommand('ter:token:create'));
3333
$application->add(new Command\Auth\RefreshTokenCommand('ter:token:refresh'));
3434
$application->add(new Command\Auth\RevokeTokenCommand('ter:token:revoke'));

0 commit comments

Comments
 (0)