From 6c658586f6e1a51eef119ebc449a69c5d9b62601 Mon Sep 17 00:00:00 2001 From: fatedier Date: Fri, 22 Apr 2022 11:15:23 +0800 Subject: [PATCH] bump version to v0.42.0 --- Release.md | 7 +++---- pkg/util/version/version.go | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Release.md b/Release.md index 9be2af7..78f9d43 100644 --- a/Release.md +++ b/Release.md @@ -1,8 +1,7 @@ ### New -* Support go http pprof. +* Added new parameter `config_dir` in frpc to run multiple client instances in one process. -### Improve +### Fix -* Change underlying TCP connection keepalive interval to 2 hours. -* Create new connection to server for `sudp` visitor when needed, to avoid frequent reconnections. +* Equal sign in environment variables causes parsing error. diff --git a/pkg/util/version/version.go b/pkg/util/version/version.go index 07d0da2..67e6bab 100644 --- a/pkg/util/version/version.go +++ b/pkg/util/version/version.go @@ -19,7 +19,7 @@ import ( "strings" ) -var version string = "0.41.0" +var version string = "0.42.0" func Full() string { return version