bump version

This commit is contained in:
fatedier 2021-10-25 20:14:21 +08:00
parent f1a51eba18
commit 85aa3df256
2 changed files with 8 additions and 5 deletions

View File

@ -1,5 +1,8 @@
### Fix ### New
* Plugin `https2https` not work. * Add `/healthz` API.
* `context canceled` problem for `http_proxy` plugin when multiple requests reuse same connection. * frpc support `disable_custom_tls_first_byte` .If set true, frpc will not send custom header byte.
* In some cases, frps can't get server name for `https` proxy.
### Improve
* Use go standard embed package instead of statik.

View File

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