Skip to content

Commit 44bd902

Browse files
committed
nethermind:1.37.1
1 parent cfe318e commit 44bd902

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.0"
14-
nethermindTagTest string = "nethermind/nethermind:1.37.0"
13+
nethermindTagProd string = "nethermind/nethermind:1.37.1"
14+
nethermindTagTest string = "nethermind/nethermind:1.37.1"
1515
nethermindEventLogInterval int = 1000
1616
nethermindStopSignal string = "SIGTERM"
1717
)

0 commit comments

Comments
 (0)