From 9b311b79256837fec044ea28cd48364544d9e3a4 Mon Sep 17 00:00:00 2001 From: VojtaB Date: Mon, 29 Aug 2022 11:14:31 +0200 Subject: [PATCH] VERSION constant udate --- src/TheClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TheClient.php b/src/TheClient.php index ea2f7eb..771158d 100644 --- a/src/TheClient.php +++ b/src/TheClient.php @@ -42,7 +42,7 @@ class TheClient { /** @var string */ - const VERSION = '1.4.0'; + const VERSION = '1.4.1'; /** @var TheConfig */ private $config;