Bump patch version

This commit is contained in:
Zach Borboa
2015-08-21 15:48:09 -07:00
parent 9dbfd50646
commit ae15ff9ab1
+1 -1
View File
@@ -4,7 +4,7 @@ namespace Curl;
class Curl
{
const VERSION = '4.6.8';
const VERSION = '4.6.9';
const DEFAULT_TIMEOUT = 30;
public $curl;