diff --git a/ipfs-cluster-ctl/main.go b/ipfs-cluster-ctl/main.go index 0235a6c0..434c4877 100644 --- a/ipfs-cluster-ctl/main.go +++ b/ipfs-cluster-ctl/main.go @@ -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" diff --git a/version.go b/version.go index 779bb8bd..a5297947 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.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.