add log to coordiantor log check (#1473)

Co-authored-by: georgehao <georgehao@users.noreply.github.com>
Co-authored-by: colinlyguo <colinlyguo@scroll.io>
This commit is contained in:
georgehao
2024-08-06 14:42:18 +08:00
committed by GitHub
parent 073e9e883c
commit daca3ae6eb
2 changed files with 6 additions and 3 deletions

View File

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