fix(test): chain monitor server endpoint conflict (#1047)

Co-authored-by: georgehao <georgehao@users.noreply.github.com>
This commit is contained in:
colin
2023-12-13 16:37:55 +08:00
committed by GitHub
parent db07180e7a
commit b8c463ffbe
4 changed files with 22 additions and 7 deletions

View File

@@ -5,7 +5,7 @@ import (
"runtime/debug"
)
var tag = "v4.3.43"
var tag = "v4.3.44"
var commit = func() string {
if info, ok := debug.ReadBuildInfo(); ok {