feat(blob-uploader): upload blob once proposed (#1759)

Co-authored-by: yiweichi <yiweichi@users.noreply.github.com>
This commit is contained in:
Morty
2025-11-25 14:07:08 +08:00
committed by GitHub
parent 9dceae1ca2
commit 0ede0cd41f
2 changed files with 7 additions and 5 deletions

View File

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