Bump minor version

This commit is contained in:
Zach Borboa
2019-01-06 22:43:45 -08:00
parent 6bea622d8c
commit 2b387e3ef1
+1 -1
View File
@@ -7,7 +7,7 @@ use Curl\Decoder;
class Curl
{
const VERSION = '8.4.0';
const VERSION = '8.5.0';
const DEFAULT_TIMEOUT = 30;
public $curl;