Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jared-invoiced committed Feb 21, 2023
1 parent af8fb97 commit 006543d
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 @@ -13,7 +13,7 @@ class Client
const API_BASE = 'https://api.invoiced.com';
const API_BASE_SANDBOX = 'https://api.sandbox.invoiced.com';

const VERSION = '2.4.1';
const VERSION = '2.4.2';

const CONNECT_TIMEOUT = 30;
const READ_TIMEOUT = 60;
Expand Down

0 comments on commit 006543d

Please sign in to comment.