Skip to content

Commit 9c39b65

Browse files
committed
lodestar-v1.42.0
1 parent 96ed458 commit 9c39b65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shared/services/config/lodestar-config.go

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

77
const (
8-
lodestarTagTest string = "chainsafe/lodestar:v1.41.0"
9-
lodestarTagProd string = "chainsafe/lodestar:v1.41.0"
8+
lodestarTagTest string = "chainsafe/lodestar:v1.42.0"
9+
lodestarTagProd string = "chainsafe/lodestar:v1.42.0"
1010
defaultLodestarMaxPeers uint16 = 200
1111
)
1212

0 commit comments

Comments
 (0)