Update AppVersion

This commit is contained in:
Simon Ser 2022-05-11 09:50:05 +02:00
parent b0f44a9147
commit 654253a423
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ var (
func newClient() *protonmail.Client {
return &protonmail.Client{
RootURL: apiEndpoint,
AppVersion: "Web_3.16.65",
AppVersion: "web-mail@4.20.8",
Debug: debug,
}
}