Browse Source

bump version

pull/2206/head
fatedier 4 years ago
parent
commit
b26080589b
  1. 7
      Release.md
  2. 2
      pkg/util/version/version.go

7
Release.md

@ -1 +1,8 @@
### 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.

2
pkg/util/version/version.go

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

Loading…
Cancel
Save