We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfe318e commit 44bd902Copy full SHA for 44bd902
1 file changed
shared/services/config/nethermind-params.go
@@ -10,8 +10,8 @@ import (
10
11
// Constants
12
const (
13
- nethermindTagProd string = "nethermind/nethermind:1.37.0"
14
- nethermindTagTest string = "nethermind/nethermind:1.37.0"
+ nethermindTagProd string = "nethermind/nethermind:1.37.1"
+ nethermindTagTest string = "nethermind/nethermind:1.37.1"
15
nethermindEventLogInterval int = 1000
16
nethermindStopSignal string = "SIGTERM"
17
)
0 commit comments