Skip to content

Commit 9d0e4af

Browse files
committed
Update user-agent header
1 parent c30b8b6 commit 9d0e4af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Service/ScannerService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public function __construct(
5050
'timeout' => 2.0,
5151
'connect_timeout' => 2.0,
5252
RequestOptions::HEADERS => [
53-
'User-Agent' => 'EtherpadScanner/2.1.0',
53+
'User-Agent' => 'EtherpadScanner/3.0.0',
5454
],
5555
'handler' => $stack,
5656
'verify' => false,

0 commit comments

Comments
 (0)