From bdd51c662122ec17aa9fd40905adbc8e2ad2601b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20POIS?= Date: Thu, 8 Nov 2018 16:37:46 +0100 Subject: [PATCH] Version bump 2.9.2 Trying to solve authentication issue by removing an extra space into token url. --- MangoPay/Libraries/RestTool.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MangoPay/Libraries/RestTool.php b/MangoPay/Libraries/RestTool.php index 68bcd3ab..dc39107f 100644 --- a/MangoPay/Libraries/RestTool.php +++ b/MangoPay/Libraries/RestTool.php @@ -9,7 +9,7 @@ */ class RestTool { - const VERSION = '2.9.1'; + const VERSION = '2.9.2'; /** * Root/parent instance that holds the OAuthToken and Configuration instance