We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62f3eba commit fbbc891Copy full SHA for fbbc891
administrator/components/com_patchtester/src/Helper/Helper.php
@@ -38,7 +38,7 @@ public static function initializeGithub()
38
$params = ComponentHelper::getParams('com_patchtester');
39
$options = new Registry();
40
// Set a user agent for the request
41
- $options->set('userAgent', 'PatchTester/3.0');
+ $options->set('userAgent', 'PatchTester/4.0');
42
// Set the default timeout to 120 seconds
43
$options->set('timeout', 120);
44
// Set the API URL
0 commit comments