bump version

This commit is contained in:
fatedier 2021-01-19 20:51:06 +08:00
parent aff979c2b6
commit b26080589b
2 changed files with 8 additions and 1 deletions

View File

@ -1 +1,8 @@
### New
* Server Plugin supports HTTPS.
### Fix
* Fix IPv6 address parse problem.
* HTTP type proxy can't handle websocket protocol due to error `Connection` header value.

View File

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