diff --git a/cmd/ipfs-cluster-ctl/main.go b/cmd/ipfs-cluster-ctl/main.go index f7b7f06e..04e9fdba 100644 --- a/cmd/ipfs-cluster-ctl/main.go +++ b/cmd/ipfs-cluster-ctl/main.go @@ -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 = "1.0.6" +const Version = "1.0.7" var ( defaultHost = "/ip4/127.0.0.1/tcp/9094" diff --git a/version/version.go b/version/version.go index b12bc92d..245b08f8 100644 --- a/version/version.go +++ b/version/version.go @@ -7,7 +7,7 @@ import ( ) // Version is the current cluster version. -var Version = semver.MustParse("1.0.6") +var Version = semver.MustParse("1.0.7") // RPCProtocol is protocol handler used to send libp2p-rpc messages between // cluster peers. All peers in the cluster need to speak the same protocol