Skip to content

Commit

Permalink
Update AppVersion to match web client's version
Browse files Browse the repository at this point in the history
Closes #62.

Signed-off-by: Anirudh <[email protected]>
  • Loading branch information
Anirudh authored and emersion committed Jul 24, 2019
1 parent 8e883db commit f2bf11d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/hydroxide/hydroxide.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (
func newClient() *protonmail.Client {
return &protonmail.Client{
RootURL: "https://dev.protonmail.com/api",
AppVersion: "Web_3.15.34",
AppVersion: "Web_3.16.2",
ClientID: "Web",
ClientSecret: "4957cc9a2e0a2a49d02475c9d013478d",
}
Expand Down

0 comments on commit f2bf11d

Please sign in to comment.