From 01819e45319022805acfab7dcedb1edf1fc13936 Mon Sep 17 00:00:00 2001 From: tymajiri <36740383+tymajiri@users.noreply.github.com> Date: Thu, 30 Mar 2023 11:28:09 +0200 Subject: [PATCH] Update TheClient.php --- src/TheClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TheClient.php b/src/TheClient.php index d5199f9..afa071d 100644 --- a/src/TheClient.php +++ b/src/TheClient.php @@ -43,7 +43,7 @@ class TheClient { /** @var string */ - const VERSION = '1.5.1'; + const VERSION = '1.6.0'; /** @var TheConfig */ private $config;