diff --git a/app/common/server/platform/AppPlatform.php b/app/common/server/platform/AppPlatform.php index cc93c93..40681f7 100644 --- a/app/common/server/platform/AppPlatform.php +++ b/app/common/server/platform/AppPlatform.php @@ -36,7 +36,7 @@ class AppPlatform extends BasePlatform $config = [ 'isWebPay' => false, 'buildVersion' => '106', - 'version' => '1.0.0', + 'version' => '1.0.1', 'userAgreement' => "https://zfunbox.cn?_p=cb20xad0e35094521ae46a1d1fb0ddd1&time=" . time() ]; $is_env_test = EnvHelper::getIsTest();