Bump minor version

This commit is contained in:
Zach Borboa
2015-04-22 01:26:46 -07:00
parent 70be5e4eb3
commit 009f05cb31
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
"name": "Zach Borboa"
}
],
"version": "3.4.5",
"version": "3.5.5",
"require": {
"php": ">=5.3",
"ext-curl": "*"
+1 -1
View File
@@ -4,7 +4,7 @@ namespace Curl;
class Curl
{
const VERSION = '3.4.5';
const VERSION = '3.5.5';
const DEFAULT_TIMEOUT = 30;
public $curl;