Skip to content

Commit

Permalink
clientpayload: bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Jul 16, 2024
1 parent c612d14 commit eb41d1f
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, 3000, 1014688575}
var waVersion = WAVersionContainer{2, 3000, 1014908476}

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

0 comments on commit eb41d1f

Please sign in to comment.