Bump patch version

This commit is contained in:
Zach Borboa
2018-04-09 01:28:13 -07:00
parent 7a634a6203
commit 75597b28c4
+1 -1
View File
@@ -7,7 +7,7 @@ use Curl\Decoder;
class Curl
{
const VERSION = '8.0.1';
const VERSION = '8.0.2';
const DEFAULT_TIMEOUT = 30;
public $curl;