Skip to content

Commit

Permalink
Release 0.11.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
hsanjuan committed Jun 7, 2019
1 parent 7ffbbef commit 445e484
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 @@ -29,7 +29,7 @@ const programName = `ipfs-cluster-ctl`

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

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

// Version is the current cluster version. Version alignment between
// components, apis and tools ensures compatibility among them.
var Version = semver.MustParse("0.10.1")
var Version = semver.MustParse("0.11.0-rc1")

// RPCProtocol is used to send libp2p messages between cluster peers
var RPCProtocol = protocol.ID(
Expand Down

0 comments on commit 445e484

Please sign in to comment.