Release 0.8.0-rc1

License: MIT
Signed-off-by: Hector Sanjuan <code@hector.link>
This commit is contained in:
Hector Sanjuan 2019-01-14 14:53:30 +01:00
parent 04cd9a57a2
commit 19191cf13f
No known key found for this signature in database
GPG Key ID: 5C5518D5765D8A12
2 changed files with 2 additions and 2 deletions

View File

@ -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 = "0.7.0"
const Version = "0.8.0-rc1"
var (
defaultHost = "/ip4/127.0.0.1/tcp/9094"

View File

@ -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.7.0")
var Version = semver.MustParse("0.8.0-rc1")
// RPCProtocol is used to send libp2p messages between cluster peers
var RPCProtocol = protocol.ID(