
This is an automated email from the git hooks/post-receive script. shelikhoo pushed a commit to branch main in repository pluggable-transports/snowflake. commit c5e5b45b062098389c22710745ae2f7372d299e4 Author: Shelikhoo <xiaokangwang@outlook.com> AuthorDate: Tue May 17 17:44:37 2022 +0100 Update message protocol version to 1.3 for RelayURL --- common/messages/proxy.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/messages/proxy.go b/common/messages/proxy.go index 6ea2c8a..aa55c22 100644 --- a/common/messages/proxy.go +++ b/common/messages/proxy.go @@ -13,7 +13,7 @@ import ( ) const ( - version = "1.2" + version = "1.3" ProxyUnknown = "unknown" ) -- To stop receiving notification emails like this one, please contact the administrator of this repository.