Skip to content

Commit

Permalink
Merge pull request #688 from rocket-pool/lodestar-v1.22.0
Browse files Browse the repository at this point in the history
Lodestar v1.22.0
  • Loading branch information
0xfornax authored Oct 25, 2024
2 parents fead5e7 + 1354d9a commit b2abe31
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/lodestar-config.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import (
)

const (
lodestarTagTest string = "chainsafe/lodestar:v1.21.0"
lodestarTagProd string = "chainsafe/lodestar:v1.21.0"
lodestarTagTest string = "chainsafe/lodestar:v1.22.0"
lodestarTagProd string = "chainsafe/lodestar:v1.22.0"
defaultLodestarMaxPeers uint16 = 100
)

Expand Down
2 changes: 1 addition & 1 deletion shared/version.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package shared

const RocketPoolVersion string = "1.13.10"
const RocketPoolVersion string = "1.14.0"

const Logo string = `______ _ _ ______ _
| ___ \ | | | | | ___ \ | |
Expand Down

0 comments on commit b2abe31

Please sign in to comment.