From 4bdcedf96bbc0e1afbfde20a3e2b0fed050ab278 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 12:35:35 +0200 Subject: [PATCH] chore: update WhatsApp Web version (#2269) 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 2f3f16d8..edf42218 100644 --- a/src/Defaults/baileys-version.json +++ b/src/Defaults/baileys-version.json @@ -1 +1 @@ -{"version":[2,3000,1027934701]} +{"version":[2,3000,1032141294]} diff --git a/src/Defaults/index.ts b/src/Defaults/index.ts index 3bc955dd..e46035d8 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, 1029027441] +const version = [2, 3000, 1032141294] export const UNAUTHORIZED_CODES = [401, 403, 419] diff --git a/src/Utils/generics.ts b/src/Utils/generics.ts index d308e62e..60788954 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, 1027934701] +const baileysVersion = [2, 3000, 1032141294] import type { BaileysEventEmitter, BaileysEventMap,