From d30c45d5791a32f50efe23628b291950fb308b4b Mon Sep 17 00:00:00 2001 From: andrew morton Date: Mon, 2 Feb 2015 10:40:15 -0800 Subject: [PATCH] Bump version number --- lib/recurly/client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/recurly/client.php b/lib/recurly/client.php index 7c8239be..38c934f7 100644 --- a/lib/recurly/client.php +++ b/lib/recurly/client.php @@ -34,7 +34,7 @@ class Recurly_Client */ private $_acceptLanguage = 'en-US'; - const API_CLIENT_VERSION = '2.3.2'; + const API_CLIENT_VERSION = '2.4.0'; const DEFAULT_ENCODING = 'UTF-8'; const GET = 'GET';