diff --git a/src/Client.php b/src/Client.php index f15ffec..25b1226 100755 --- a/src/Client.php +++ b/src/Client.php @@ -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';