Update WhatsApp version number

This commit is contained in:
IntGrah
2024-08-23 14:10:55 +01:00
parent d16645c952
commit 5a0dade465

View File

@@ -74,7 +74,7 @@ func (vc WAVersionContainer) ProtoAppVersion() *waProto.ClientPayload_UserAgent_
}
// waVersion is the WhatsApp web client version
var waVersion = WAVersionContainer{2, 2412, 50}
var waVersion = WAVersionContainer{2, 3000, 1015853550}
// waVersionHash is the md5 hash of a dot-separated waVersion
var waVersionHash [16]byte