From edd8de252dd0f754d7d198ae2c82207c19219d3c Mon Sep 17 00:00:00 2001 From: laravelup Date: Thu, 14 Jul 2022 12:26:09 +0800 Subject: [PATCH] v1.0.2 --- src/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Client.php b/src/Client.php index 2febe40..be6d7dd 100644 --- a/src/Client.php +++ b/src/Client.php @@ -43,7 +43,7 @@ abstract class Client /** * Class library version */ - const VERSION_ID = '1.0.0'; + const VERSION_ID = '1.0.2'; /** * @var Options