Skip to content

Commit

Permalink
New dev version.
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfornax committed May 14, 2024
1 parent 82f2572 commit 2f6e541
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ require (
github.com/prysmaticlabs/go-bitfield v0.0.0-20210809151128-385d8c5e3fb7
github.com/prysmaticlabs/prysm/v5 v5.0.3
github.com/rivo/tview v0.0.0-20230208211350-7dfff1ce7854
github.com/rocket-pool/rocketpool-go v1.8.3-0.20240514001251-f2ee685ee5ea
github.com/rocket-pool/rocketpool-go v1.8.3-0.20240514234453-6971ae41a0e8
github.com/sethvargo/go-password v0.2.0
github.com/shirou/gopsutil/v3 v3.23.1
github.com/tyler-smith/go-bip39 v1.1.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -633,8 +633,8 @@ github.com/rivo/uniseg v0.4.4 h1:8TfxU8dW6PdqD27gjM8MVNuicgxIjxpm4K7x4jp8sis=
github.com/rivo/uniseg v0.4.4/go.mod h1:FN3SvrM+Zdj16jyLfmOkMNblXMcoc8DfTHruCPUcx88=
github.com/rocket-pool/go-merkletree v1.0.1-0.20220406020931-c262d9b976dd h1:p9KuetSKB9nte9I/MkkiM3pwKFVQgqxxPTQ0y56Ff6s=
github.com/rocket-pool/go-merkletree v1.0.1-0.20220406020931-c262d9b976dd/go.mod h1:UE9fof8P7iESVtLn1K9CTSkNRYVFHZHlf96RKbU33kA=
github.com/rocket-pool/rocketpool-go v1.8.3-0.20240514001251-f2ee685ee5ea h1:rDO+m7B86rl6NPycKs+d0c5mZHZuUoSbjRnaFYLc2Vg=
github.com/rocket-pool/rocketpool-go v1.8.3-0.20240514001251-f2ee685ee5ea/go.mod h1:f2TVsMOYmCwaJOhshG2zRoX89PZmvCkCD7UYJ9waRkI=
github.com/rocket-pool/rocketpool-go v1.8.3-0.20240514234453-6971ae41a0e8 h1:NGzKrQQ3iDjm2gHDkDCAvCT05kjprtQSfnI9jzZCgps=
github.com/rocket-pool/rocketpool-go v1.8.3-0.20240514234453-6971ae41a0e8/go.mod h1:f2TVsMOYmCwaJOhshG2zRoX89PZmvCkCD7UYJ9waRkI=
github.com/rogpeppe/fastuuid v1.2.0/go.mod h1:jVj6XXZzXRy/MSR5jhDC/2q6DgLz+nrA6LYCDYWNEvQ=
github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4=
github.com/rogpeppe/go-internal v1.11.0 h1:cWPaGQEPrBb5/AsnsZesgZZ9yb1OQ+GOISoDNXVBh4M=
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.1"
const RocketPoolVersion string = "1.13.2-dev"

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

0 comments on commit 2f6e541

Please sign in to comment.