Skip to content

Commit

Permalink
Bump app version
Browse files Browse the repository at this point in the history
  • Loading branch information
emersion committed Feb 28, 2023
1 parent 49650c2 commit 4cb15fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/hydroxide/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ var (
func newClient() *protonmail.Client {
return &protonmail.Client{
RootURL: apiEndpoint,
AppVersion: "[email protected].14.11",
AppVersion: "[email protected].17.9",
Debug: debug,
}
}
Expand Down

2 comments on commit 4cb15fb

@BKLronin
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like this happened again.

@BKLronin
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just changed the version according to the proton web mail number and compiled again, after restart its working.

Please sign in to comment.