From e45f2280bf178f287e9b6670823e78d5c6a8d335 Mon Sep 17 00:00:00 2001 From: Freerk Minnema Date: Tue, 3 Sep 2019 13:20:28 +0200 Subject: [PATCH] v1.20 --- Mplusqapiclient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mplusqapiclient.php b/Mplusqapiclient.php index 49a2edc..7a6a8c0 100755 --- a/Mplusqapiclient.php +++ b/Mplusqapiclient.php @@ -2,7 +2,7 @@ class MplusQAPIclient { - const CLIENT_VERSION = '1.19.0'; + const CLIENT_VERSION = '1.20.0'; const WSDL_TTL = 300; // 5 min WSDL TTL var $MIN_API_VERSION_MAJOR = 0;