Release 0.2.0

License: MIT
Signed-off-by: Hector Sanjuan <hector@protocol.ai>
This commit is contained in:
Hector Sanjuan 2017-10-23 19:39:37 +02:00
parent 98ce13dd73
commit 7c5f40babf
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ const programName = `ipfs-cluster-ctl`
// Version is the cluster-ctl tool version. It should match
// the IPFS cluster's version
const Version = "0.1.0"
const Version = "0.2.0"
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.1.0"
const Version = "0.2.0"
// Commit is the current build commit of cluster. See Makefile
var Commit string