bump version to v0.36.0 (#2301)

This commit is contained in:
fatedier 2021-03-15 21:48:40 +08:00
parent 184a0ff9ab
commit 0c35863d97
2 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,12 @@
### New
* New plugin `https2https`.
* frpc supports `tls_server_name` to override the default value from `server_addr`.
### Improvement
* Increase reconnect frequency if it occurs an network error between frpc and frps.
### Fix
* Reduce binary file size.
* Fix panic issue about xtcp.

View File

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