mirror of
https://github.com/fatedier/frp.git
synced 2026-01-11 22:23:12 +00:00
bump version
This commit is contained in:
@@ -1 +1,8 @@
|
|||||||
### New
|
### New
|
||||||
|
|
||||||
|
* Server Plugin supports HTTPS.
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
* Fix IPv6 address parse problem.
|
||||||
|
* 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.34.3"
|
var version string = "0.35.0"
|
||||||
|
|
||||||
func Full() string {
|
func Full() string {
|
||||||
return version
|
return version
|
||||||
|
|||||||
Reference in New Issue
Block a user