Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
wuqing committed Mar 18, 2021
1 parent 0ff27fc commit fdef744
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
12 changes: 0 additions & 12 deletions Release.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion pkg/util/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
"strings"
)

var version string = "0.36.0"
var version string = "0.36.1"

func Full() string {
return version
Expand Down

0 comments on commit fdef744

Please sign in to comment.