build: Bump web-mail version to "5.0.9.8"

Fixes emersion/hydroxide#230
This commit is contained in:
deetuned 2022-10-18 14:41:41 +10:30 committed by Simon Ser
parent 0bbe26f26a
commit 1e0de0167b
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.2.3",
AppVersion: "web-mail@5.0.9.8",
Debug: debug,
}
}