Bump minor version

This commit is contained in:
Zach Borboa
2015-10-15 09:57:47 -07:00
parent 62e9bdf693
commit 99ef5d5905
+1 -1
View File
@@ -4,7 +4,7 @@ namespace Curl;
class Curl
{
const VERSION = '4.7.1';
const VERSION = '4.8.0';
const DEFAULT_TIMEOUT = 30;
public $curl;