diff --git a/src/Curl/Curl.php b/src/Curl/Curl.php index c0f0cc3..600c16b 100644 --- a/src/Curl/Curl.php +++ b/src/Curl/Curl.php @@ -7,7 +7,7 @@ use Curl\Decoder; class Curl { - const VERSION = '8.5.0'; + const VERSION = '8.5.1'; const DEFAULT_TIMEOUT = 30; public $curl;