update version to 1.3.7

This commit is contained in:
Edward Yang 2023-06-13 15:43:47 +08:00
parent 9287e0fc47
commit 2c460d696e
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@
return [ return [
'api_url' => env('BEIKE_API_URL', 'https://beikeshop.com'), 'api_url' => env('BEIKE_API_URL', 'https://beikeshop.com'),
'version' => '1.3.6', 'version' => '1.3.7',
'build' => '20230512', 'build' => '20230613',
'admin_name' => env('ADMIN_NAME'), 'admin_name' => env('ADMIN_NAME'),
'force_url_https' => env('APP_FORCE_HTTPS', false), 'force_url_https' => env('APP_FORCE_HTTPS', false),