Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
fatedier committed Jan 19, 2021
1 parent aff979c commit b260805
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Release.md
Original file line number Diff line number Diff line change
@@ -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 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.34.3"
var version string = "0.35.0"

func Full() string {
return version
Expand Down

0 comments on commit b260805

Please sign in to comment.