version.go 298 Bytes
Newer Older
1 2
package config

David Dias's avatar
David Dias committed
3 4 5
// CurrentCommit is the current git commit, this is set as a ldflag in the Makefile
var CurrentCommit string

6
// CurrentVersionNumber is the current application's version literal
Jeromy's avatar
Jeromy committed
7
const CurrentVersionNumber = "0.4.16-rc1"
8

rht's avatar
rht committed
9
const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"