Skip to content

Commit c421098

Browse files
committed
teku-v25.5.0
1 parent 1bc947c commit c421098

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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.4.1"
10-
tekuTagProd string = "consensys/teku:25.4.1"
9+
tekuTagTest string = "consensys/teku:25.5.0"
10+
tekuTagProd string = "consensys/teku:25.5.0"
1111
defaultTekuMaxPeers uint16 = 100
1212
)
1313

0 commit comments

Comments
 (0)