Skip to content

Commit 806f9ea

Browse files
committed
besu-v26.5.0
1 parent b710611 commit 806f9ea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

shared/services/config/besu-params.go

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

77
// Constants
88
const (
9-
besuTagTest string = "hyperledger/besu:26.4.0"
10-
besuTagProd string = "hyperledger/besu:26.4.0"
9+
besuTagTest string = "hyperledger/besu:26.5.0"
10+
besuTagProd string = "hyperledger/besu:26.5.0"
1111
besuEventLogInterval int = 1000
1212
besuMaxPeers uint16 = 25
1313
besuStopSignal string = "SIGTERM"

0 commit comments

Comments
 (0)