diff --git a/src/Defaults/baileys-version.json b/src/Defaults/baileys-version.json index 740a51963dd..2ad9033c89c 100644 --- a/src/Defaults/baileys-version.json +++ b/src/Defaults/baileys-version.json @@ -1 +1 @@ -{"version":[2,3000,1035194821]} +{"version":[2,3000,1040986233]} diff --git a/src/Defaults/index.ts b/src/Defaults/index.ts index 8dfa058809c..4af549b13b8 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, 1035194821] +const version = [2, 3000, 1040986233] export const UNAUTHORIZED_CODES = [401, 403, 419] diff --git a/src/Utils/generics.ts b/src/Utils/generics.ts index 409607b6625..53379f53988 100644 --- a/src/Utils/generics.ts +++ b/src/Utils/generics.ts @@ -2,7 +2,7 @@ import { Boom } from '@hapi/boom' import { createHash, randomBytes } from 'crypto' import type Long from 'long' import { proto } from '../../WAProto/index.js' -const baileysVersion = [2, 3000, 1035194821] +const baileysVersion = [2, 3000, 1040986233] import type { BaileysEventEmitter, BaileysEventMap,