From 7f8df60fe76efd9e815b98771e2fed78de4a5150 Mon Sep 17 00:00:00 2001 From: AvalancheBreakdown <102347046+AvalancheBreakdown@users.noreply.github.com> Date: Thu, 18 May 2023 10:54:58 +0000 Subject: [PATCH] Set app version to Other --- 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 2d6d10c..2c7476e 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.19.5", + AppVersion: "Other", Debug: debug, } }