version.go 295 Bytes
Newer Older
1
package ipfs
2 3 4 5 6

// CurrentCommit is the current git commit, this is set as a ldflag in the Makefile
var CurrentCommit string

// CurrentVersionNumber is the current application's version literal
Steven Allen's avatar
Steven Allen committed
7
const CurrentVersionNumber = "0.5.0-dev"
8 9

const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"