Skip to content

Commit c07975a

Browse files
yiweichiomerfirmak
andauthored
feat(prover): integrate proving-sdk && support multiple task types (#1587)
Co-authored-by: yiweichi <[email protected]> Co-authored-by: Ömer Faruk Irmak <[email protected]>
1 parent dfdb2ec commit c07975a

22 files changed

+795
-1495
lines changed

common/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"runtime/debug"
66
)
77

8-
var tag = "v4.4.86"
8+
var tag = "v4.4.87"
99

1010
var commit = func() string {
1111
if info, ok := debug.ReadBuildInfo(); ok {

0 commit comments

Comments
 (0)