From a315cc33a9c63575e119b35be6625beda88305ba Mon Sep 17 00:00:00 2001 From: Freerk Date: Wed, 29 Apr 2020 14:32:08 +0200 Subject: [PATCH] version --- Mplusqapiclient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mplusqapiclient.php b/Mplusqapiclient.php index 01690f1..c8a987b 100755 --- a/Mplusqapiclient.php +++ b/Mplusqapiclient.php @@ -2,7 +2,7 @@ class MplusQAPIclient { - const CLIENT_VERSION = '1.30.1'; + const CLIENT_VERSION = '1.30.2'; const WSDL_TTL = 300; var $MIN_API_VERSION_MAJOR = 0;