From 7c5f40babf0596b513982dbbe2b70cf63352ced4 Mon Sep 17 00:00:00 2001 From: Hector Sanjuan Date: Mon, 23 Oct 2017 19:39:37 +0200 Subject: [PATCH] Release 0.2.0 License: MIT Signed-off-by: Hector Sanjuan --- ipfs-cluster-ctl/main.go | 2 +- version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ipfs-cluster-ctl/main.go b/ipfs-cluster-ctl/main.go index 3a6a747a..ee157c64 100644 --- a/ipfs-cluster-ctl/main.go +++ b/ipfs-cluster-ctl/main.go @@ -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) diff --git a/version.go b/version.go index e052aef4..f4066e5f 100644 --- a/version.go +++ b/version.go @@ -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