Skip to content

Commit 6e3d1be

Browse files
authored
Merge pull request #1126 from rocket-pool/nethermind-v1.39.0
nethermind:1.39.0
2 parents a0001a3 + 6014ce8 commit 6e3d1be

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)