Bump major version

This commit is contained in:
Zach Borboa
2014-04-12 02:46:23 -07:00
parent 4fd093a1ec
commit 24a93bdc51
+1 -1
View File
@@ -2,7 +2,7 @@
class Curl
{
const USER_AGENT = 'PHP-Curl-Class/1.0 (+https://github.com/php-curl-class/php-curl-class)';
const USER_AGENT = 'PHP-Curl-Class/2.0 (+https://github.com/php-curl-class/php-curl-class)';
private $cookies = array();
private $headers = array();