From 1e0de0167bb786b70774533633275fa6d6f2faff Mon Sep 17 00:00:00 2001 From: deetuned Date: Tue, 18 Oct 2022 14:41:41 +1030 Subject: [PATCH] build: Bump web-mail version to "5.0.9.8" Fixes emersion/hydroxide#230 --- cmd/hydroxide/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/hydroxide/main.go b/cmd/hydroxide/main.go index f502a5d..43128c0 100644 --- a/cmd/hydroxide/main.go +++ b/cmd/hydroxide/main.go @@ -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, } }