Bump patch version

This commit is contained in:
Zach Borboa
2019-04-19 22:57:47 -07:00
parent c2db98c9a6
commit ff95a3c56f
+1 -1
View File
@@ -7,7 +7,7 @@ use Curl\Decoder;
class Curl
{
const VERSION = '8.5.0';
const VERSION = '8.5.1';
const DEFAULT_TIMEOUT = 30;
public $curl;