diff --git a/src/Utils/generics.ts b/src/Utils/generics.ts index d994ff66fac..b2156ff4b17 100644 --- a/src/Utils/generics.ts +++ b/src/Utils/generics.ts @@ -286,7 +286,7 @@ export const fetchLatestBaileysVersion = async(options: AxiosRequestConfig export const fetchLatestWaWebVersion = async(options: AxiosRequestConfig) => { try { const result = await axios.get( - 'https://web.whatsapp.com/check-update?version=1&platform=web', + 'https://web.whatsapp.com/check-update?version=2.2413.51&platform=web', { ...options, responseType: 'json'