frps: fix panic caused by frps closing the nil channel, fix #205

This commit is contained in:
fatedier
2016-12-29 23:48:17 +08:00
parent 90d1384bf7
commit 299bd7b5cb
3 changed files with 19 additions and 6 deletions

View File

@@ -19,7 +19,7 @@ import (
"strings"
)
var version string = "0.9.1"
var version string = "0.9.2"
func Full() string {
return version