From 9d803dd927351f5684accc00c0d0febd47fe3876 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Sat, 16 Dec 2023 23:32:00 +0200 Subject: [PATCH] Bump web version --- store/clientpayload.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/store/clientpayload.go b/store/clientpayload.go index c51c3164..62dcf529 100644 --- a/store/clientpayload.go +++ b/store/clientpayload.go @@ -74,7 +74,7 @@ func (vc WAVersionContainer) ProtoAppVersion() *waProto.ClientPayload_UserAgent_ } // waVersion is the WhatsApp web client version -var waVersion = WAVersionContainer{2, 2353, 0} +var waVersion = WAVersionContainer{2, 2353, 59} // waVersionHash is the md5 hash of a dot-separated waVersion var waVersionHash [16]byte