cmd/hydroxide: Bump web-mail version to "5.0.14.11"

Helps with #235
This commit is contained in:
Raymond Hackley 2023-01-06 09:58:54 +00:00 committed by GitHub
parent 1e0de0167b
commit 49650c263c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ var (
func newClient() *protonmail.Client {
return &protonmail.Client{
RootURL: apiEndpoint,
AppVersion: "web-mail@5.0.9.8",
AppVersion: "web-mail@5.0.14.11",
Debug: debug,
}
}