Bump patch version

This commit is contained in:
Zach Borboa
2018-01-27 04:41:34 -08:00
parent afce677cb0
commit 8156a3f402
+1 -1
View File
@@ -7,7 +7,7 @@ use Curl\Decoder;
class Curl
{
const VERSION = '8.0.0';
const VERSION = '8.0.1';
const DEFAULT_TIMEOUT = 30;
public $curl;