mirror of
https://gitee.com/IrisVega/frp.git
synced 2024-11-01 22:31:29 +08:00
add release note
This commit is contained in:
parent
ecb6ed9258
commit
a821db3f45
@ -1,8 +1,3 @@
|
|||||||
### New
|
|
||||||
|
|
||||||
* Server Plugin supports HTTPS.
|
|
||||||
|
|
||||||
### Fix
|
### Fix
|
||||||
|
|
||||||
* Fix IPv6 address parse problem.
|
* Reduce binary file size.
|
||||||
* HTTP type proxy can't handle websocket protocol due to error `Connection` header value.
|
|
||||||
|
@ -19,7 +19,7 @@ import (
|
|||||||
"strings"
|
"strings"
|
||||||
)
|
)
|
||||||
|
|
||||||
var version string = "0.35.0"
|
var version string = "0.35.1"
|
||||||
|
|
||||||
func Full() string {
|
func Full() string {
|
||||||
return version
|
return version
|
||||||
|
Loading…
Reference in New Issue
Block a user