diff --git a/src/Curl/Curl.php b/src/Curl/Curl.php index 0d01784..9716f7e 100644 --- a/src/Curl/Curl.php +++ b/src/Curl/Curl.php @@ -7,7 +7,7 @@ use Curl\Decoder; class Curl { - const VERSION = '8.2.0'; + const VERSION = '8.3.0'; const DEFAULT_TIMEOUT = 30; public $curl;