ipfs-cluster/version.go
Hector Sanjuan 81db084249 Make sure the commit string gets set. Fix PublicKey. Output JSON in cluster-ctl
License: MIT
Signed-off-by: Hector Sanjuan <hector@protocol.ai>
2017-01-24 16:56:14 +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