Skip to content

Commit

Permalink
Merge pull request #22 from ThePay/1951-update-version-for-bugfix-rel…
Browse files Browse the repository at this point in the history
…ease

VERSION constant update
  • Loading branch information
tymajiri authored Aug 29, 2022
2 parents 7949f65 + 9b311b7 commit 0d69ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TheClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
class TheClient
{
/** @var string */
const VERSION = '1.4.0';
const VERSION = '1.4.1';

/** @var TheConfig */
private $config;
Expand Down

0 comments on commit 0d69ccd

Please sign in to comment.