bumped version to 1.1.101

This commit is contained in:
malle-pietje 2024-11-15 10:33:11 +01:00
parent 494375f8b5
commit 9726378e3c

View File

@ -20,7 +20,7 @@ namespace UniFi_API;
class Client
{
/** Constants. */
const CLASS_VERSION = '1.1.100';
const CLASS_VERSION = '1.1.101';
const CURL_METHODS_ALLOWED = ['GET', 'POST', 'PUT', 'DELETE', 'PATCH'];
const DEFAULT_CURL_METHOD = 'GET';