Skip to content

Commit c3eb0bc

Browse files
committed
teku-v25.4.0
1 parent 1031ffd commit c3eb0bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shared/services/config/teku-config.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import (
66
)
77

88
const (
9-
tekuTagTest string = "consensys/teku:25.3.0"
10-
tekuTagProd string = "consensys/teku:25.3.0"
9+
tekuTagTest string = "consensys/teku:25.4.0"
10+
tekuTagProd string = "consensys/teku:25.4.0"
1111
defaultTekuMaxPeers uint16 = 100
1212
)
1313

0 commit comments

Comments
 (0)