Merge pull request #677 from ipfs/0.9.0

Release 0.9.0
This commit is contained in:
Hector Sanjuan 2019-02-18 10:40:28 +00:00 committed by GitHub
commit b32e12ab25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
0.9.0-rc1: QmcRVRzzSRxvs3juEmeVEwEBhHsk12gpCEbzApeqV4K8wU
0.9.0: QmRfM7nhUxQ3LoVo49LhhcuopMHWHea6DEDSifvsD6D2Va

View File

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

View File

@ -180,6 +180,6 @@
"license": "MIT",
"name": "ipfs-cluster",
"releaseCmd": "git commit -S -a -m \"gx publish $VERSION\"",
"version": "0.9.0-rc1"
"version": "0.9.0"
}

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