From ff95a3c56f94f3bb91e5ac6aaa94b27f39d2a2b1 Mon Sep 17 00:00:00 2001 From: Zach Borboa Date: Fri, 19 Apr 2019 22:57:47 -0700 Subject: [PATCH] Bump patch version --- src/Curl/Curl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;