minor changes

This commit is contained in:
malle-pietje 2024-10-07 10:39:48 +02:00
parent f1fc80f34f
commit 5327d0c534

View File

@ -21,7 +21,7 @@ namespace UniFi_API;
class Client
{
/** constants */
const CLASS_VERSION = '1.1.94';
const CLASS_VERSION = '1.1.95';
const CURL_METHODS_ALLOWED = ['GET', 'POST', 'PUT', 'DELETE', 'PATCH'];
const DEFAULT_CURL_METHOD = 'GET';