From d0779026958ca607e4efd4abef8ba89d581e7027 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 22:49:39 +0200 Subject: [PATCH] chore: update WhatsApp Web version (#2420) Co-authored-by: github-actions[bot] --- src/Defaults/baileys-version.json | 2 +- src/Defaults/index.ts | 2 +- src/Utils/generics.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Defaults/baileys-version.json b/src/Defaults/baileys-version.json index 4d1ea735..740a5196 100644 --- a/src/Defaults/baileys-version.json +++ b/src/Defaults/baileys-version.json @@ -1 +1 @@ -{"version":[2,3000,1033846690]} +{"version":[2,3000,1035194821]} diff --git a/src/Defaults/index.ts b/src/Defaults/index.ts index bf3ab251..6d49d935 100644 --- a/src/Defaults/index.ts +++ b/src/Defaults/index.ts @@ -4,7 +4,7 @@ import type { AuthenticationState, SocketConfig, WAVersion } from '../Types' import { Browsers } from '../Utils/browser-utils' import logger from '../Utils/logger' -const version = [2, 3000, 1033846690] +const version = [2, 3000, 1035194821] export const UNAUTHORIZED_CODES = [401, 403, 419] diff --git a/src/Utils/generics.ts b/src/Utils/generics.ts index 6b35eb05..d4878994 100644 --- a/src/Utils/generics.ts +++ b/src/Utils/generics.ts @@ -1,7 +1,7 @@ import { Boom } from '@hapi/boom' import { createHash, randomBytes } from 'crypto' import { proto } from '../../WAProto/index.js' -const baileysVersion = [2, 3000, 1033846690] +const baileysVersion = [2, 3000, 1035194821] import type { BaileysEventEmitter, BaileysEventMap,