Update message protocol version to 1.3 for RelayURL

This commit is contained in:
Shelikhoo 2022-05-17 17:44:37 +01:00
parent f789dce6d2
commit c5e5b45b06
No known key found for this signature in database
GPG key ID: C4D5E79D22B25316

View file

@ -13,7 +13,7 @@ import (
) )
const ( const (
version = "1.2" version = "1.3"
ProxyUnknown = "unknown" ProxyUnknown = "unknown"
) )