ipfs-cluster/version.go
Hector Sanjuan 9111c6282c Issue-21: Add cluster ID() method
License: MIT
Signed-off-by: Hector Sanjuan <hector@protocol.ai>
2017-01-24 16:26:42 +01:00

9 lines
258 B
Go

package ipfscluster
// Version is the current cluster version. Version alignment between
// components, apis and tools ensures compatibility among them.
var Version = "0.0.1"
// commit is the current build commit of cluster. See Makefile
var commit string