Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Defaults/baileys-version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version":[2,3000,1035194821]}
{"version":[2,3000,1040986233]}
2 changes: 1 addition & 1 deletion src/Defaults/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down
2 changes: 1 addition & 1 deletion src/Utils/generics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down