From 76ec244ed718defe92c901c1c9352209c1adb716 Mon Sep 17 00:00:00 2001 From: MARCELO DOS SANTOS DE OLIVEIRA <69150213+marcelo386@users.noreply.github.com> Date: Tue, 24 Oct 2023 20:26:24 -0300 Subject: [PATCH] fix: Fixed version default for 2.2346 (#1891) Co-authored-by: marcelo-megaonline <81028641+marcelo-megaonline@users.noreply.github.com> --- 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 463897761..ae39b38ed 100644 --- a/src/config/create-config.ts +++ b/src/config/create-config.ts @@ -188,7 +188,7 @@ export const defaultOptions: CreateConfig = { waitForLogin: true, logger: defaultLogger, tokenStore: 'file', - whatsappVersion: '2.2331.x', + whatsappVersion: '2.2346.x', deviceName: false, linkPreviewApiServers: null, disableGoogleAnalytics: true,