Merge pull request #37 from apiote/master

new app version
This commit is contained in:
emersion 2018-10-16 21:01:47 +02:00 committed by GitHub
commit 10d56495fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ import (
func newClient() *protonmail.Client {
return &protonmail.Client{
RootURL: "https://dev.protonmail.com/api",
AppVersion: "Web_3.12.45",
AppVersion: "Web_3.14.19",
ClientID: "Web",
ClientSecret: "4957cc9a2e0a2a49d02475c9d013478d",
}