Skip to content

Commit 6014ce8

Browse files
committed
nethermind:1.39.0
1 parent a0001a3 commit 6014ce8

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

0 commit comments

Comments
 (0)