From 9e57e014ddf7c8e0271dfc420c1d135ab83c60d5 Mon Sep 17 00:00:00 2001 From: Trevor Richards Date: Sun, 27 Oct 2019 00:32:13 -0700 Subject: [PATCH] Update webapp version to 3.16.6 --- cmd/hydroxide/hydroxide.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/hydroxide/hydroxide.go b/cmd/hydroxide/hydroxide.go index a7c5b9e..dd97a91 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://mail.protonmail.com/api", - AppVersion: "Web_3.16.2", + AppVersion: "Web_3.16.6", } }