From 8836334ba2ad23f0386e89ba02527a76a29b29f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20POIS?= Date: Tue, 17 Mar 2020 11:33:16 +0100 Subject: [PATCH] Version bump 3.0.0 Bump from 2.x to 3.x due to breaking change --- 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 f10ea1b7..c63e6cd4 100644 --- a/MangoPay/Libraries/RestTool.php +++ b/MangoPay/Libraries/RestTool.php @@ -10,7 +10,7 @@ */ class RestTool { - const VERSION = '2.13.2'; + const VERSION = '3.0.0'; /** * Root/parent instance that holds the OAuthToken and Configuration instance