Skip to content

Commit 99deffd

Browse files
committed
TheClient::VERSION fix
1 parent db30806 commit 99deffd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/TheClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
class TheClient
4040
{
4141
/** @var string */
42-
public const VERSION = '2.1.3';
42+
public const VERSION = '2.2.1';
4343

4444
private TheConfig $config;
4545
private GateServiceInterface $gate;

0 commit comments

Comments
 (0)