Skip to content

Commit

Permalink
Bump version to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
marcioapm committed Feb 8, 2023
1 parent c3b0a1b commit fd81415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
use const JSON_THROW_ON_ERROR;

class Client {
protected const VERSION = '1.0.1';
protected const VERSION = '1.0.3';
private HTTPClient $httpClient;
private string $url;
private array $query;
Expand Down

0 comments on commit fd81415

Please sign in to comment.