diff --git a/src/Defaults/baileys-version.json b/src/Defaults/baileys-version.json index 0590b2e6..68e0f526 100644 --- a/src/Defaults/baileys-version.json +++ b/src/Defaults/baileys-version.json @@ -1,3 +1,3 @@ { - "version": [2, 3000, 1023223821] + "version": [2, 3000, 1027934701] } diff --git a/src/Defaults/index.ts b/src/Defaults/index.ts index 91c88bc5..96ae82af 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, 1023223821] +const version = [2, 3000, 1027934701] export const UNAUTHORIZED_CODES = [401, 403, 419] diff --git a/src/Utils/generics.ts b/src/Utils/generics.ts index b5d1b71b..ff914514 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, 1023223821] +const baileysVersion = [2, 3000, 1027934701] import type { BaileysEventEmitter, BaileysEventMap,