Skip to content

Commit

Permalink
Bump web version
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Dec 16, 2023
1 parent f17761e commit 9d803dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion store/clientpayload.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9d803dd

Please sign in to comment.