Skip to content

Commit

Permalink
update client version
Browse files Browse the repository at this point in the history
  • Loading branch information
cnovak committed Jun 25, 2019
1 parent 4dcbe3e commit 3729622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ClientInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ interface ClientInterface extends HttpClient
{
public const DEFAULT_ENDPOINT = 'https://api.enterprise.apigee.com/v1';

public const VERSION = '2.0.2';
public const VERSION = '2.0.3';

/**
* Allows access to the last request, response and exception.
Expand Down

0 comments on commit 3729622

Please sign in to comment.