Skip to content

Commit

Permalink
bumped version to 1.1.101
Browse files Browse the repository at this point in the history
  • Loading branch information
malle-pietje committed Nov 15, 2024
1 parent 494375f commit 9726378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
class Client
{
/** Constants. */
const CLASS_VERSION = '1.1.100';
const CLASS_VERSION = '1.1.101';
const CURL_METHODS_ALLOWED = ['GET', 'POST', 'PUT', 'DELETE', 'PATCH'];
const DEFAULT_CURL_METHOD = 'GET';

Expand Down

0 comments on commit 9726378

Please sign in to comment.