Skip to content

Commit

Permalink
update Release.md (#4589)
Browse files Browse the repository at this point in the history
  • Loading branch information
fatedier authored Dec 16, 2024
1 parent bb912d6 commit f47d8ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Release.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
### Features

* `tzdata` is installed by default in the container image, and the time zone can be set using the `TZ` environment variable.
* The `quic-bind-port` command line parameter is supported in frps, which specifies the port for accepting frpc connections using the QUIC protocol.
* The `quic-bind-port` command line parameter is supported in frps, which specifies the port for accepting frpc connections using the QUIC protocol.
* The vhost HTTP proxy of frps supports the h2c protocol.
2 changes: 1 addition & 1 deletion pkg/util/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

package version

var version = "0.61.0"
var version = "0.61.1"

func Full() string {
return version
Expand Down

0 comments on commit f47d8ab

Please sign in to comment.