From 5327d0c5348a9f096a46226432c3bd2e6d3ab3dd Mon Sep 17 00:00:00 2001 From: malle-pietje Date: Mon, 7 Oct 2024 10:39:48 +0200 Subject: [PATCH] minor changes --- src/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';