Skip to content

Commit 18b6b65

Browse files
author
colinlyguo
committed
feat(rollup-relayer): add sanity checks
1 parent 6d62f8e commit 18b6b65

File tree

3 files changed

+422
-2
lines changed

3 files changed

+422
-2
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.5.35"
8+
var tag = "v4.5.36"
99

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

0 commit comments

Comments
 (0)