ipfs-cluster/version.go
Hector Sanjuan 7c5f40babf Release 0.2.0
License: MIT
Signed-off-by: Hector Sanjuan <hector@protocol.ai>
2017-10-23 19:39:37 +02:00

9 lines
260 B
Go

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