Release 0.0.8

License: MIT
Signed-off-by: Hector Sanjuan <hector@protocol.ai>
This commit is contained in:
Hector Sanjuan 2017-03-09 13:15:08 +01:00
parent 1c7d1e0141
commit 6a4863e623
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ const programName = `ipfs-cluster-ctl`
// Version is the cluster-ctl tool version. It should match
// the IPFS cluster's version
const Version = "0.0.7"
const Version = "0.0.8"
var (
defaultHost = fmt.Sprintf("127.0.0.1:%d", 9094)

View File

@ -2,7 +2,7 @@ package ipfscluster
// Version is the current cluster version. Version alignment between
// components, apis and tools ensures compatibility among them.
const Version = "0.0.7"
const Version = "0.0.8"
// Commit is the current build commit of cluster. See Makefile
var Commit string