Skip to content

Commit

Permalink
Merge pull request #174 from stader-labs/besu-emergency-release
Browse files Browse the repository at this point in the history
update besu version
  • Loading branch information
bharath-123 authored Jan 6, 2024
2 parents c618fe4 + 6d6ee6e commit a53b5ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions shared/services/config/besu-params.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ import (

// Constants
const (
besuTagTest string = "hyperledger/besu:23.10.2"
besuTagProd string = "hyperledger/besu:23.10.2"
besuTagTest string = "hyperledger/besu:23.10.3"
besuTagProd string = "hyperledger/besu:23.10.3"
besuEventLogInterval int = 1000
besuMaxPeers uint16 = 25
besuStopSignal string = "SIGTERM"
Expand Down
2 changes: 1 addition & 1 deletion shared/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ package shared

const BinaryBucket string = "/stader-node-build/permissionless"
const DockerAccount string = "staderlabs"
const StaderVersion string = "1.4.4"
const StaderVersion string = "1.4.5"

const Logo string = `
_____ _ _ _ _ 𝅺
Expand Down

0 comments on commit a53b5ce

Please sign in to comment.