From 6efdcd1938b610015f0965f7a20a36a564cc5833 Mon Sep 17 00:00:00 2001 From: Christopher Goddard Date: Tue, 10 Dec 2024 10:21:05 +1100 Subject: [PATCH] Bump version to 3.1.1 --- VERSION | 2 +- src/Zendesk/API/HttpClient.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index fd2a0186..94ff29cc 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.1.0 +3.1.1 diff --git a/src/Zendesk/API/HttpClient.php b/src/Zendesk/API/HttpClient.php index c246a767..08f6ddb2 100644 --- a/src/Zendesk/API/HttpClient.php +++ b/src/Zendesk/API/HttpClient.php @@ -114,7 +114,7 @@ */ class HttpClient { - const VERSION = '3.1.0'; + const VERSION = '3.1.1'; use InstantiatorTrait;