Skip to content

Commit

Permalink
Release candidate v1.0.0-rc5
Browse files Browse the repository at this point in the history
  • Loading branch information
hsanjuan committed Apr 11, 2022
1 parent df47b38 commit e4b91af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/ipfs-cluster-ctl/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const programName = `ipfs-cluster-ctl`

// Version is the cluster-ctl tool version. It should match
// the IPFS cluster's version
const Version = "1.0.0-rc4"
const Version = "1.0.0-rc5"

var (
defaultHost = "/ip4/127.0.0.1/tcp/9094"
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
)

// Version is the current cluster version.
var Version = semver.MustParse("1.0.0-rc4")
var Version = semver.MustParse("1.0.0-rc5")

// RPCProtocol is protocol handler used to send libp2p-rpc messages between
// cluster peers. All peers in the cluster need to speak the same protocol
Expand Down

0 comments on commit e4b91af

Please sign in to comment.