Skip to content

Commit f47d8ab

Browse files
authored
update Release.md (#4589)
1 parent bb912d6 commit f47d8ab

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Release.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
### Features
22

33
* `tzdata` is installed by default in the container image, and the time zone can be set using the `TZ` environment variable.
4-
* The `quic-bind-port` command line parameter is supported in frps, which specifies the port for accepting frpc connections using the QUIC protocol.
4+
* The `quic-bind-port` command line parameter is supported in frps, which specifies the port for accepting frpc connections using the QUIC protocol.
5+
* The vhost HTTP proxy of frps supports the h2c protocol.

pkg/util/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
package version
1616

17-
var version = "0.61.0"
17+
var version = "0.61.1"
1818

1919
func Full() string {
2020
return version

0 commit comments

Comments
 (0)