remove unused check (#1765)

This commit is contained in:
georgehao
2025-11-25 22:12:16 +08:00
committed by GitHub
parent edb51236e2
commit de72e2dccb
2 changed files with 1 additions and 6 deletions

View File

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