update Release.md (#4589)

This commit is contained in:
fatedier 2024-12-16 19:33:58 +08:00 committed by GitHub
parent bb912d6c37
commit f47d8ab97f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View File

@ -2,3 +2,4 @@
* `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 vhost HTTP proxy of frps supports the h2c protocol.

View File

@ -14,7 +14,7 @@
package version
var version = "0.61.0"
var version = "0.61.1"
func Full() string {
return version