diff --git a/cmd/hydroxide/hydroxide.go b/cmd/hydroxide/hydroxide.go index 0e400e0..77ce82f 100644 --- a/cmd/hydroxide/hydroxide.go +++ b/cmd/hydroxide/hydroxide.go @@ -29,7 +29,7 @@ import ( func newClient() *protonmail.Client { return &protonmail.Client{ RootURL: "https://dev.protonmail.com/api", - AppVersion: "Web_3.15.23", + AppVersion: "Web_3.15.34", ClientID: "Web", ClientSecret: "4957cc9a2e0a2a49d02475c9d013478d", }