From 5605dd0d8f7aaa08d278400cbc7c81f7cfc0025e Mon Sep 17 00:00:00 2001 From: Freerk Minnema Date: Mon, 15 Jul 2019 15:20:12 +0200 Subject: [PATCH] v1.18.1 --- Mplusqapiclient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mplusqapiclient.php b/Mplusqapiclient.php index 3426ea2..5ca9482 100755 --- a/Mplusqapiclient.php +++ b/Mplusqapiclient.php @@ -2,7 +2,7 @@ class MplusQAPIclient { - const CLIENT_VERSION = '1.18.0'; + const CLIENT_VERSION = '1.18.1'; const WSDL_TTL = 300; // 5 min WSDL TTL var $MIN_API_VERSION_MAJOR = 0;