update to 1.3.2 - 20230301

This commit is contained in:
Edward Yang 2023-03-01 14:42:57 +08:00
parent ff094d8cfd
commit 2053e6add7
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@
return [
'api_url' => env('BEIKE_API_URL', 'https://beikeshop.com'),
'version' => '1.3.0',
'build' => '20230213',
'version' => '1.3.2',
'build' => '20230301',
'admin_name' => env('ADMIN_NAME'),
'force_url_https' => env('APP_FORCE_HTTPS', false),