Skip to content

Commit 8a3e3f1

Browse files
committed
Fix version used in the User Agent.
1 parent 0bddefe commit 8a3e3f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Curl/Curl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class Curl
6666
/**
6767
* @var string The user agent name which is set when making a request
6868
*/
69-
const USER_AGENT = 'PHP Curl/2.4 (+https://github.com/php-mod/curl)';
69+
const USER_AGENT = 'PHP Curl/2.3 (+https://github.com/php-mod/curl)';
7070

7171
private $_cookies = array();
7272

0 commit comments

Comments
 (0)