Release 0.4.0

License: MIT
Signed-off-by: Hector Sanjuan <code@hector.link>
This commit is contained in:
Hector Sanjuan 2018-05-30 13:26:10 +02:00
parent 1116b4bbb0
commit 0889302c8d
No known key found for this signature in database
GPG Key ID: 5C5518D5765D8A12
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 // Version is the cluster-ctl tool version. It should match
// the IPFS cluster's version // the IPFS cluster's version
const Version = "0.4.0-rc2" const Version = "0.4.0"
var ( var (
defaultHost = "/ip4/127.0.0.1/tcp/9094" 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 // Version is the current cluster version. Version alignment between
// components, apis and tools ensures compatibility among them. // components, apis and tools ensures compatibility among them.
const Version = "0.4.0-rc2" const Version = "0.4.0"
// Commit is the current build commit of cluster. See Makefile. // Commit is the current build commit of cluster. See Makefile.
var Commit = "00000000" // actual commit set during builds. var Commit = "00000000" // actual commit set during builds.