Skip to content

Commit d077902

Browse files
chore: update WhatsApp Web version (#2420)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c4e5d12 commit d077902

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Defaults/baileys-version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"version":[2,3000,1033846690]}
1+
{"version":[2,3000,1035194821]}

src/Defaults/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import type { AuthenticationState, SocketConfig, WAVersion } from '../Types'
44
import { Browsers } from '../Utils/browser-utils'
55
import logger from '../Utils/logger'
66

7-
const version = [2, 3000, 1033846690]
7+
const version = [2, 3000, 1035194821]
88

99
export const UNAUTHORIZED_CODES = [401, 403, 419]
1010

src/Utils/generics.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { Boom } from '@hapi/boom'
22
import { createHash, randomBytes } from 'crypto'
33
import { proto } from '../../WAProto/index.js'
4-
const baileysVersion = [2, 3000, 1033846690]
4+
const baileysVersion = [2, 3000, 1035194821]
55
import type {
66
BaileysEventEmitter,
77
BaileysEventMap,

0 commit comments

Comments
 (0)