From 09a63bcd3522f9628361c156d49cdae5c391469b Mon Sep 17 00:00:00 2001 From: umasoodch Date: Mon, 6 Jun 2022 16:35:33 +0300 Subject: [PATCH] version id 3.6 for mohemm Q3 --- .../services/authentication/authentication.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mohem/src/app/hmg-common/services/authentication/authentication.service.ts b/Mohem/src/app/hmg-common/services/authentication/authentication.service.ts index 7c6bdb82..55367138 100644 --- a/Mohem/src/app/hmg-common/services/authentication/authentication.service.ts +++ b/Mohem/src/app/hmg-common/services/authentication/authentication.service.ts @@ -145,7 +145,7 @@ export class AuthenticationService { } else { mobileType = 'android'; } - request.VersionID = 3.5; + request.VersionID = 3.6; request.Channel = 31; request.LanguageID = TranslatorService.getCurrentLanguageCode(); request.MobileType = mobileType;