From 6fe72d9de47871caa6eef6d68801abca96f684f8 Mon Sep 17 00:00:00 2001 From: Zach Borboa Date: Tue, 11 Aug 2015 20:50:25 -0700 Subject: [PATCH] Bump patch version --- src/Curl/Curl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Curl/Curl.php b/src/Curl/Curl.php index 0ae256a..1f3a76f 100644 --- a/src/Curl/Curl.php +++ b/src/Curl/Curl.php @@ -4,7 +4,7 @@ namespace Curl; class Curl { - const VERSION = '4.6.7'; + const VERSION = '4.6.8'; const DEFAULT_TIMEOUT = 30; public $curl;