From 83b52467a7f2830e6b83ba9c85252c39a157e51f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20POIS?= Date: Wed, 13 Feb 2019 20:11:56 +0100 Subject: [PATCH] Version bump 2.11.0 --- 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 34cf297f..5e0c6b4e 100644 --- a/MangoPay/Libraries/RestTool.php +++ b/MangoPay/Libraries/RestTool.php @@ -10,7 +10,7 @@ */ class RestTool { - const VERSION = '2.10.1'; + const VERSION = '2.11.0'; /** * Root/parent instance that holds the OAuthToken and Configuration instance