From ff766779958205594d88493572bc765654d2a8ca Mon Sep 17 00:00:00 2001 From: Sem Schilder Date: Sat, 24 Feb 2024 14:30:30 +0100 Subject: [PATCH] Update version --- src/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Client.php b/src/Client.php index ad77794..177b811 100644 --- a/src/Client.php +++ b/src/Client.php @@ -31,7 +31,7 @@ class Client /** * @var string */ - final public const VERSION = '0.6.1'; + final public const VERSION = '0.6.2'; private readonly AnonymousApi $anonymous;