Skip to content

Commit

Permalink
Bump version to 4.0.0 (#547)
Browse files Browse the repository at this point in the history
Major version bump as the preceeding PR actioned a major version bump of the
minimum supported php version for this package.
  • Loading branch information
token-cjg authored Dec 18, 2024
1 parent d81417a commit 638625c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.1
4.0.0
2 changes: 1 addition & 1 deletion src/Zendesk/API/HttpClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
*/
class HttpClient
{
const VERSION = '3.1.1';
const VERSION = '4.0.0';

use InstantiatorTrait;

Expand Down

0 comments on commit 638625c

Please sign in to comment.