Skip to content

Commit

Permalink
Bump web version number
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Feb 8, 2024
1 parent ea28a1b commit 9bc90ea
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, 2405, 52}
var waVersion = WAVersionContainer{2, 2405, 54}

// waVersionHash is the md5 hash of a dot-separated waVersion
var waVersionHash [16]byte
Expand Down

0 comments on commit 9bc90ea

Please sign in to comment.