Bump minor version

This commit is contained in:
Zach Borboa
2018-06-05 22:01:44 -07:00
parent addcd096d8
commit 0090c30b43
+1 -1
View File
@@ -7,7 +7,7 @@ use Curl\Decoder;
class Curl
{
const VERSION = '8.0.3';
const VERSION = '8.1.0';
const DEFAULT_TIMEOUT = 30;
public $curl;