Bump minor version

This commit is contained in:
Zach Borboa
2018-12-19 08:35:45 -08:00
parent 84b355d4f9
commit d45e6c17b6
+1 -1
View File
@@ -7,7 +7,7 @@ use Curl\Decoder;
class Curl
{
const VERSION = '8.3.3';
const VERSION = '8.4.0';
const DEFAULT_TIMEOUT = 30;
public $curl;