mirror of
https://gitee.com/IrisVega/frp.git
synced 2024-11-01 22:31:29 +08:00
update version
This commit is contained in:
parent
0ff27fc9ac
commit
fdef7448a7
12
Release.md
12
Release.md
@ -1,12 +0,0 @@
|
||||
### 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
|
||||
|
||||
* Fix panic issue about xtcp.
|
@ -19,7 +19,7 @@ import (
|
||||
"strings"
|
||||
)
|
||||
|
||||
var version string = "0.36.0"
|
||||
var version string = "0.36.1"
|
||||
|
||||
func Full() string {
|
||||
return version
|
||||
|
Loading…
Reference in New Issue
Block a user