Skip to content

Commit 55d639b

Browse files
committed
nethermind-v1.37.2
1 parent 39fd665 commit 55d639b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

shared/services/config/nethermind-params.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ import (
1010

1111
// Constants
1212
const (
13-
nethermindTagProd string = "nethermind/nethermind:1.37.1"
14-
nethermindTagTest string = "nethermind/nethermind:1.37.1"
13+
nethermindTagProd string = "nethermind/nethermind:1.37.2"
14+
nethermindTagTest string = "nethermind/nethermind:1.37.2"
1515
nethermindEventLogInterval int = 1000
1616
nethermindStopSignal string = "SIGTERM"
1717
)

0 commit comments

Comments
 (0)