Skip to content

Commit

Permalink
Merge pull request #371 from zendesk/samgavinio/bump-2.2.4
Browse files Browse the repository at this point in the history
Bump to 2.2.4 for release
  • Loading branch information
samgavinio authored Jan 18, 2018
2 parents 4e4c5ce + 5b4051d commit 4a5e705
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.3
2.2.4
2 changes: 1 addition & 1 deletion src/Zendesk/API/HttpClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
*/
class HttpClient
{
const VERSION = '2.2.3';
const VERSION = '2.2.4';

use InstantiatorTrait;

Expand Down
2 changes: 0 additions & 2 deletions src/Zendesk/API/Resources/Core/TicketFieldsOptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

namespace Zendesk\API\Resources\Core;

use Zendesk\API\Exceptions\CustomException;
use Zendesk\API\Exceptions\MissingParametersException;
use Zendesk\API\Http;
use Zendesk\API\Resources\ResourceAbstract;
use Zendesk\API\Traits\Resource\Defaults;

Expand Down

0 comments on commit 4a5e705

Please sign in to comment.