diff --git a/src/Client.php b/src/Client.php index 9296e0c..a49642b 100755 --- a/src/Client.php +++ b/src/Client.php @@ -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';