From 3841abca358c7dcbb906373d9703bfb7cc7a56f3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 22 Feb 2026 00:43:34 +0000 Subject: [PATCH] chore: update WhatsApp Web version --- 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 978243b1..4d1ea735 100644 --- a/src/Defaults/baileys-version.json +++ b/src/Defaults/baileys-version.json @@ -1 +1 @@ -{"version":[2,3000,1033105955]} +{"version":[2,3000,1033846690]} diff --git a/src/Defaults/index.ts b/src/Defaults/index.ts index 0969ee8d..bf3ab251 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, 1033105955] +const version = [2, 3000, 1033846690] export const UNAUTHORIZED_CODES = [401, 403, 419] diff --git a/src/Utils/generics.ts b/src/Utils/generics.ts index 9085224c..6b35eb05 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, 1033105955] +const baileysVersion = [2, 3000, 1033846690] import type { BaileysEventEmitter, BaileysEventMap,