Bump version: 8.6.1 → 8.7.0

This commit is contained in:
Zach Borboa
2020-02-28 21:02:55 -08:00
parent 1b86b63f12
commit 73ec46ed20
+1 -1
View File
@@ -7,7 +7,7 @@ use Curl\Decoder;
class Curl
{
const VERSION = '8.6.1';
const VERSION = '8.7.0';
const DEFAULT_TIMEOUT = 30;
public $curl;