From 009f05cb313a3bdecba2912ea70ccaa55a7dcfe6 Mon Sep 17 00:00:00 2001 From: Zach Borboa Date: Wed, 22 Apr 2015 01:26:46 -0700 Subject: [PATCH] Bump minor version --- composer.json | 2 +- src/Curl/Curl.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index a3c2acd..1949c07 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "name": "Zach Borboa" } ], - "version": "3.4.5", + "version": "3.5.5", "require": { "php": ">=5.3", "ext-curl": "*" diff --git a/src/Curl/Curl.php b/src/Curl/Curl.php index 605fac4..0b5cbc2 100644 --- a/src/Curl/Curl.php +++ b/src/Curl/Curl.php @@ -4,7 +4,7 @@ namespace Curl; class Curl { - const VERSION = '3.4.5'; + const VERSION = '3.5.5'; const DEFAULT_TIMEOUT = 30; public $curl;