Skip to content

Commit 638625c

Browse files
authored
Bump version to 4.0.0 (#547)
Major version bump as the preceeding PR actioned a major version bump of the minimum supported php version for this package.
1 parent d81417a commit 638625c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1.1
1+
4.0.0

src/Zendesk/API/HttpClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
*/
115115
class HttpClient
116116
{
117-
const VERSION = '3.1.1';
117+
const VERSION = '4.0.0';
118118

119119
use InstantiatorTrait;
120120

0 commit comments

Comments
 (0)