Bump version to 0.57.0

This commit is contained in:
Andrea Maria Piana 2020-08-17 09:12:30 +02:00
parent 5544e710ab
commit 2b2616f82c
No known key found for this signature in database
GPG Key ID: AA6CCA6DE0E06424
2 changed files with 1 additions and 2 deletions

View File

@ -1 +1 @@
0.56.9
0.57.0

View File

@ -3158,7 +3158,6 @@ func (m *Messenger) RemovePushNotificationServer(ctx context.Context, publicKey
// UnregisterFromPushNotifications unregister from any server
func (m *Messenger) UnregisterFromPushNotifications(ctx context.Context) error {
return m.pushNotificationClient.Unregister()
}