From 76ab12ab0acfd775f0256ba4928c73c4b6ba7f0e Mon Sep 17 00:00:00 2001 From: Freerk Date: Thu, 14 Jan 2021 11:25:50 +0100 Subject: [PATCH] version --- Mplusqapiclient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mplusqapiclient.php b/Mplusqapiclient.php index 9b9b3bc..8946b5c 100755 --- a/Mplusqapiclient.php +++ b/Mplusqapiclient.php @@ -2,7 +2,7 @@ class MplusQAPIclient { - const CLIENT_VERSION = '1.33.1'; + const CLIENT_VERSION = '1.34.0'; const WSDL_TTL = 300; var $MIN_API_VERSION_MAJOR = 0;