ipfs-cluster/version.go
Hector Sanjuan 72876465d6
Release 0.3.5-rc1
License: MIT
Signed-off-by: Hector Sanjuan <code@hector.link>
2018-03-26 21:50:18 +02:00

9 lines
307 B
Go

package ipfscluster
// Version is the current cluster version. Version alignment between
// components, apis and tools ensures compatibility among them.
const Version = "0.3.5-rc1"
// Commit is the current build commit of cluster. See Makefile.
var Commit = "00000000" // actual commit set during builds.