From f47d8ab97fd48b8ced82eb143bc52126db51a19e Mon Sep 17 00:00:00 2001 From: fatedier Date: Mon, 16 Dec 2024 19:33:58 +0800 Subject: [PATCH] update Release.md (#4589) --- Release.md | 3 ++- pkg/util/version/version.go | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Release.md b/Release.md index 34f72a29..d75b07cb 100644 --- a/Release.md +++ b/Release.md @@ -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. \ No newline at end of file +* 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. diff --git a/pkg/util/version/version.go b/pkg/util/version/version.go index 91b2ed98..9b75f236 100644 --- a/pkg/util/version/version.go +++ b/pkg/util/version/version.go @@ -14,7 +14,7 @@ package version -var version = "0.61.0" +var version = "0.61.1" func Full() string { return version