Skip to content

Commit

Permalink
Bump app version
Browse files Browse the repository at this point in the history
Closes: #248
  • Loading branch information
emersion committed Apr 4, 2023
1 parent 4cb15fb commit 1e85c15
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].17.9",
AppVersion: "[email protected].19.5",
Debug: debug,
}
}
Expand Down

0 comments on commit 1e85c15

Please sign in to comment.