Skip to content

Commit 55e8ee1

Browse files
authored
Update cachetool to latest version (#3952)
1 parent e547471 commit 55e8ee1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contrib/cachetool.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
* CacheTool 8.x works with PHP >=8.0
5757
* CacheTool 7.x works with PHP >=7.3
5858
*/
59-
set('cachetool_url', 'https://github.com/gordalina/cachetool/releases/download/9.0.0/cachetool.phar');
59+
set('cachetool_url', 'https://github.com/gordalina/cachetool/releases/download/9.1.0/cachetool.phar');
6060
set('cachetool_args', '');
6161
set('bin/cachetool', function () {
6262
if (!test('[ -f {{release_or_current_path}}/cachetool.phar ]')) {

0 commit comments

Comments
 (0)