From 2b2616f82cc1a64c0cec354328bde14370b862d2 Mon Sep 17 00:00:00 2001 From: Andrea Maria Piana Date: Mon, 17 Aug 2020 09:12:30 +0200 Subject: [PATCH] Bump version to 0.57.0 --- VERSION | 2 +- protocol/messenger.go | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 22a3057d2..46448c71b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.56.9 +0.57.0 diff --git a/protocol/messenger.go b/protocol/messenger.go index 5393fef85..c944206f0 100644 --- a/protocol/messenger.go +++ b/protocol/messenger.go @@ -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() }