We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03911c6 commit a763037Copy full SHA for a763037
1 file changed
store/clientpayload.go
@@ -100,6 +100,7 @@ func SetWAVersion(version WAVersionContainer) {
100
}
101
waVersion = version
102
waVersionHash = version.Hash()
103
+ BaseClientPayload.UserAgent.AppVersion = waVersion.ProtoAppVersion()
104
105
106
var BaseClientPayload = &waWa6.ClientPayload{
0 commit comments