Skip to content

Commit

Permalink
Release 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hsanjuan committed May 18, 2020
1 parent 7498de8 commit 6b25d6f
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 @@ -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.0-rc1"
const Version = "0.13.0"

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 @@ -6,7 +6,7 @@ import (
)

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

// 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 6b25d6f

Please sign in to comment.