Skip to content

Commit

Permalink
Merge pull request #548 from rocket-pool/lh-v5.2.0
Browse files Browse the repository at this point in the history
new LH  version.
  • Loading branch information
0xfornax authored Jun 11, 2024
2 parents 83d01cd + c9cbb02 commit 91b3c6b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions shared/services/config/lighthouse-config.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ import (
)

const (
lighthouseTagPortableTest string = "sigp/lighthouse:v5.1.3"
lighthouseTagPortableProd string = "sigp/lighthouse:v5.1.3"
lighthouseTagModernTest string = "sigp/lighthouse:v5.1.3-modern"
lighthouseTagModernProd string = "sigp/lighthouse:v5.1.3-modern"
lighthouseTagPortableTest string = "sigp/lighthouse:v5.2.0"
lighthouseTagPortableProd string = "sigp/lighthouse:v5.2.0"
lighthouseTagModernTest string = "sigp/lighthouse:v5.2.0-modern"
lighthouseTagModernProd string = "sigp/lighthouse:v5.2.0-modern"
defaultLhMaxPeers 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.3"
const RocketPoolVersion string = "1.13.4"

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

0 comments on commit 91b3c6b

Please sign in to comment.