diff --git a/MangoPay/Libraries/RestTool.php b/MangoPay/Libraries/RestTool.php index 70259d24..51528ce5 100644 --- a/MangoPay/Libraries/RestTool.php +++ b/MangoPay/Libraries/RestTool.php @@ -6,7 +6,7 @@ */ class RestTool { - const VERSION = '2.5.2'; + const VERSION = '2.5.3'; /** * Root/parent instance that holds the OAuthToken and Configuration instance diff --git a/composer.json b/composer.json index f2cf98f8..c001d1bb 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "mangopay/php-sdk-v2", "description": "SDK PHP for Mangopay api V2", - "version": "2.5.2", + "version": "2.5.3", "minimum-stability": "stable", "license": "MIT", "require": {