From b32c92b4d2bb04b0427fc59260e7126f46f428b1 Mon Sep 17 00:00:00 2001 From: VojtaB Date: Tue, 15 Aug 2023 13:52:22 +0200 Subject: [PATCH] Version update to 1.7.0 --- src/TheClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TheClient.php b/src/TheClient.php index eb696ae..ae6ccbc 100644 --- a/src/TheClient.php +++ b/src/TheClient.php @@ -44,7 +44,7 @@ class TheClient { /** @var string */ - const VERSION = '1.6.0'; + const VERSION = '1.7.0'; /** @var TheConfig */ private $config;