From b13f4e60bbdb67fe277948292d75f0a82dbc3d93 Mon Sep 17 00:00:00 2001 From: Christopher Goddard Date: Thu, 16 Jan 2025 10:09:24 +1100 Subject: [PATCH] Bump version to 4.0.1 (#549) --- 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;