Skip to content

Commit 6c65858

Browse files
committed
bump version to v0.42.0
1 parent 888ed25 commit 6c65858

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

Release.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
### New
22

3-
* Support go http pprof.
3+
* Added new parameter `config_dir` in frpc to run multiple client instances in one process.
44

5-
### Improve
5+
### Fix
66

7-
* Change underlying TCP connection keepalive interval to 2 hours.
8-
* Create new connection to server for `sudp` visitor when needed, to avoid frequent reconnections.
7+
* Equal sign in environment variables causes parsing error.

pkg/util/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import (
1919
"strings"
2020
)
2121

22-
var version string = "0.41.0"
22+
var version string = "0.42.0"
2323

2424
func Full() string {
2525
return version

0 commit comments

Comments
 (0)