Bump patch version for new release

This commit is contained in:
Zach Borboa
2015-07-28 17:48:33 -07:00
parent 364d043d38
commit f26db010d5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
"name": "Zach Borboa"
}
],
"version": "3.6.6",
"version": "3.6.7",
"require": {
"php": ">=5.3",
"ext-curl": "*"
+1 -1
View File
@@ -4,7 +4,7 @@ namespace Curl;
class Curl
{
const VERSION = '3.6.6';
const VERSION = '3.6.7';
const DEFAULT_TIMEOUT = 30;
public $curl;