mirror of
https://github.com/Art-of-WiFi/UniFi-API-client.git
synced 2024-11-21 17:49:59 +01:00
bumped version to 1.1.101
This commit is contained in:
parent
494375f8b5
commit
9726378e3c
@ -20,7 +20,7 @@ namespace UniFi_API;
|
|||||||
class Client
|
class Client
|
||||||
{
|
{
|
||||||
/** Constants. */
|
/** Constants. */
|
||||||
const CLASS_VERSION = '1.1.100';
|
const CLASS_VERSION = '1.1.101';
|
||||||
const CURL_METHODS_ALLOWED = ['GET', 'POST', 'PUT', 'DELETE', 'PATCH'];
|
const CURL_METHODS_ALLOWED = ['GET', 'POST', 'PUT', 'DELETE', 'PATCH'];
|
||||||
const DEFAULT_CURL_METHOD = 'GET';
|
const DEFAULT_CURL_METHOD = 'GET';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user