Set app version to Other

This commit is contained in:
AvalancheBreakdown 2023-05-18 10:54:58 +00:00 committed by Simon Ser
parent d18edadd05
commit 7f8df60fe7
1 changed files with 1 additions and 1 deletions

View File

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