ipfs-cluster/version.go
Hector Sanjuan 7ce5961aba Release 0.0.10
License: MIT
Signed-off-by: Hector Sanjuan <hector@protocol.ai>
2017-03-09 15:04:42 +01:00

9 lines
261 B
Go

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