From f42d3bb7c526710f2a84af806b1bc9f20d67f28b Mon Sep 17 00:00:00 2001 From: German Lena Date: Mon, 3 Oct 2016 15:30:57 -0300 Subject: [PATCH] bump version --- src/API/Helpers/ApiClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/API/Helpers/ApiClient.php b/src/API/Helpers/ApiClient.php index 91cb1601..6030ade1 100644 --- a/src/API/Helpers/ApiClient.php +++ b/src/API/Helpers/ApiClient.php @@ -12,7 +12,7 @@ class ApiClient { - const API_VERSION = "4.0.2"; + const API_VERSION = "4.0.3"; protected static $infoHeadersDataEnabled = true; protected static $infoHeadersData;