Skip to content

Commit fbbc891

Browse files
committed
Update PatchTester User agent
Signed-off-by: Roland Dalmulder <contact@rolandd.com>
1 parent 62f3eba commit fbbc891

File tree

1 file changed

+1
-1
lines changed
  • administrator/components/com_patchtester/src/Helper

1 file changed

+1
-1
lines changed

administrator/components/com_patchtester/src/Helper/Helper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public static function initializeGithub()
3838
$params = ComponentHelper::getParams('com_patchtester');
3939
$options = new Registry();
4040
// Set a user agent for the request
41-
$options->set('userAgent', 'PatchTester/3.0');
41+
$options->set('userAgent', 'PatchTester/4.0');
4242
// Set the default timeout to 120 seconds
4343
$options->set('timeout', 120);
4444
// Set the API URL

0 commit comments

Comments
 (0)