diff --git a/composer.json b/composer.json index 5bf263e..ca8668c 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "name": "Zach Borboa" } ], - "version": "3.3.3", + "version": "3.4.3", "require": { "php": ">=5.3", "ext-curl": "*" diff --git a/src/Curl/Curl.php b/src/Curl/Curl.php index db839ac..9c79cf2 100644 --- a/src/Curl/Curl.php +++ b/src/Curl/Curl.php @@ -4,7 +4,7 @@ namespace Curl; class Curl { - const VERSION = '3.3.3'; + const VERSION = '3.4.3'; const DEFAULT_TIMEOUT = 30; public $curl;