From a961ab8277b9afa7f87b576aba2914254567e018 Mon Sep 17 00:00:00 2001 From: Edward Yang Date: Wed, 10 May 2023 10:02:25 +0800 Subject: [PATCH] update version and build --- beike/Config/beike.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/beike/Config/beike.php b/beike/Config/beike.php index effcbcfd..323ab417 100644 --- a/beike/Config/beike.php +++ b/beike/Config/beike.php @@ -11,8 +11,8 @@ return [ 'api_url' => env('BEIKE_API_URL', 'https://beikeshop.com'), - 'version' => '1.3.5', - 'build' => '20230412', + 'version' => '1.3.6', + 'build' => '20230510', 'admin_name' => env('ADMIN_NAME'), 'force_url_https' => env('APP_FORCE_HTTPS', false),