From 8ac718dd40b2689f89b343a7f8e3bf4943741642 Mon Sep 17 00:00:00 2001 From: freerk-mpluskassa <44289792+freerk-mpluskassa@users.noreply.github.com> Date: Fri, 20 Sep 2019 12:02:58 +0200 Subject: [PATCH] version --- Mplusqapiclient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mplusqapiclient.php b/Mplusqapiclient.php index 0fe63a4..cf11da9 100755 --- a/Mplusqapiclient.php +++ b/Mplusqapiclient.php @@ -2,7 +2,7 @@ class MplusQAPIclient { - const CLIENT_VERSION = '1.21.0'; + const CLIENT_VERSION = '1.22.0'; const WSDL_TTL = 300; // 5 min WSDL TTL var $MIN_API_VERSION_MAJOR = 0;