Skip to content

Commit 1efeb7f

Browse files
authored
Merge pull request #76 from php-mod/issue-61
adjust version
2 parents 7c59bb3 + 6e032b9 commit 1efeb7f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file. This projec
44

55
## 2.4.0 (in progress)
66

7+
+ [#61](https://github.com/php-mod/curl/issues/61) Adjust user agent version to latest version.
78
+ [#74](https://github.com/php-mod/curl/pull/75) Fixed PHPDoc Block, Added more Unit Tests.
89
+ Added GitHub Actions Tests (from 5.6 - 8.0)
910

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/1.9 (+https://github.com/php-mod/curl)';
69+
const USER_AGENT = 'PHP Curl/2.4 (+https://github.com/php-mod/curl)';
7070

7171
private $_cookies = array();
7272

0 commit comments

Comments
 (0)