From 0b8c9aeb9cf726da9c48e4163cc50c7c1ea1e284 Mon Sep 17 00:00:00 2001 From: icleitoncosta Date: Fri, 20 Dec 2024 17:24:00 -0300 Subject: [PATCH] fix: Upgrade whatsappVersion to 2.3000.10187x --- src/config/create-config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/create-config.ts b/src/config/create-config.ts index a66a516a6..87607f028 100644 --- a/src/config/create-config.ts +++ b/src/config/create-config.ts @@ -212,7 +212,7 @@ export const defaultOptions: CreateConfig = { waitForLogin: true, logger: defaultLogger, tokenStore: 'file', - whatsappVersion: '2.3000.10177x', + whatsappVersion: '2.3000.10187x', deviceName: false, linkPreviewApiServers: null, disableGoogleAnalytics: true,