Skip to content

Commit

Permalink
Release candidate v0.13.3-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
hsanjuan committed May 3, 2021
1 parent 1707c43 commit 656317d
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
Expand Up @@ -28,7 +28,7 @@ const programName = `ipfs-cluster-ctl`

// Version is the cluster-ctl tool version. It should match
// the IPFS cluster's version
const Version = "0.13.2-next"
const Version = "0.13.3-rc1"

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

// Version is the current cluster version.
var Version = semver.MustParse("0.13.2-next")
var Version = semver.MustParse("0.13.3-rc1")

// 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 656317d

Please sign in to comment.