From b387cc659a75c24f969de2900c60c4971ed41cff Mon Sep 17 00:00:00 2001 From: Freerk Minnema Date: Fri, 4 Dec 2020 10:41:04 +0100 Subject: [PATCH] version --- Mplusqapiclient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mplusqapiclient.php b/Mplusqapiclient.php index 63c4828..c50a83d 100755 --- a/Mplusqapiclient.php +++ b/Mplusqapiclient.php @@ -2,7 +2,7 @@ class MplusQAPIclient { - const CLIENT_VERSION = '1.31.4'; + const CLIENT_VERSION = '1.32.0'; const WSDL_TTL = 300; var $MIN_API_VERSION_MAJOR = 0;