Release 0.3.4

License: MIT
Signed-off-by: Hector Sanjuan <code@hector.link>
This commit is contained in:
Hector Sanjuan 2018-02-20 20:25:44 +01:00
parent f9b2084977
commit 2e9bcec005
No known key found for this signature in database
GPG Key ID: 5C5518D5765D8A12
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ const programName = `ipfs-cluster-ctl`
// Version is the cluster-ctl tool version. It should match
// the IPFS cluster's version
const Version = "0.3.3"
const Version = "0.3.4"
var (
defaultHost = "/ip4/127.0.0.1/tcp/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.3.3"
const Version = "0.3.4"
// Commit is the current build commit of cluster. See Makefile.
var Commit = "00000000" // actual commit set during builds.