ipfs-cluster/version.go

9 lines
260 B
Go
Raw Normal View History

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