From 9a3c89ce47ee17d3918a567def0770f2041f3e4f Mon Sep 17 00:00:00 2001 From: Christopher Goddard Date: Thu, 16 Jan 2025 10:06:41 +1100 Subject: [PATCH] Bump version to 4.0.1 --- VERSION | 2 +- src/Zendesk/API/HttpClient.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index fcdb2e10..1454f6ed 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.0.0 +4.0.1 diff --git a/src/Zendesk/API/HttpClient.php b/src/Zendesk/API/HttpClient.php index dc1156be..51358196 100644 --- a/src/Zendesk/API/HttpClient.php +++ b/src/Zendesk/API/HttpClient.php @@ -114,7 +114,7 @@ */ class HttpClient { - const VERSION = '4.0.0'; + const VERSION = '4.0.1'; use InstantiatorTrait;