diff --git a/app/user/cmd/api/internal/logic/app/getappversionlogic.go b/app/user/cmd/api/internal/logic/app/getappversionlogic.go index 5b3695a..94069ae 100644 --- a/app/user/cmd/api/internal/logic/app/getappversionlogic.go +++ b/app/user/cmd/api/internal/logic/app/getappversionlogic.go @@ -26,7 +26,7 @@ func NewGetAppVersionLogic(ctx context.Context, svcCtx *svc.ServiceContext) *Get func (l *GetAppVersionLogic) GetAppVersion() (resp *types.GetAppVersionResp, err error) { return &types.GetAppVersionResp{ - Version: "1.0.1", - WgtUrl: "https://www.quannengcha.com/app_version/qnc_1.0.1.wgt", + Version: "1.0.0", + WgtUrl: "https://www.quannengcha.com/app_version/qnc_1.0.0.wgt", }, nil }