Bump version: 8.7.0 → 8.8.0

This commit is contained in:
Zach Borboa
2020-04-19 20:39:57 -07:00
parent c78d271b29
commit 180273b577
+1 -1
View File
@@ -7,7 +7,7 @@ use Curl\Decoder;
class Curl
{
const VERSION = '8.7.0';
const VERSION = '8.8.0';
const DEFAULT_TIMEOUT = 30;
public $curl;