Skip to content

Commit 24a93bd

Browse files
committed
Bump major version
1 parent 4fd093a commit 24a93bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Curl.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
class Curl
44
{
5-
const USER_AGENT = 'PHP-Curl-Class/1.0 (+https://github.com/php-curl-class/php-curl-class)';
5+
const USER_AGENT = 'PHP-Curl-Class/2.0 (+https://github.com/php-curl-class/php-curl-class)';
66

77
private $cookies = array();
88
private $headers = array();

0 commit comments

Comments
 (0)