[FIX] Compatible with current prover (before 0.5.6) (#1732)

This commit is contained in:
Ho
2025-09-02 19:20:02 +09:00
committed by GitHub
parent 7ff5b190ec
commit a5a7844646
4 changed files with 18 additions and 18 deletions

View File

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