ipfs-cluster/version.go
Hector Sanjuan 16acaa67c0 Release 0.3.0
License: MIT
Signed-off-by: Hector Sanjuan <code@hector.link>
2017-11-15 23:39:50 +01: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.3.0"
// Commit is the current build commit of cluster. See Makefile
var Commit string