diff --git a/src/Curl/Curl.php b/src/Curl/Curl.php index 0ae256a..1f3a76f 100644 --- a/src/Curl/Curl.php +++ b/src/Curl/Curl.php @@ -4,7 +4,7 @@ namespace Curl; class Curl { - const VERSION = '4.6.7'; + const VERSION = '4.6.8'; const DEFAULT_TIMEOUT = 30; public $curl;