kubo/repo/config/version.go
Jeromy 5c6f8578d5 Start 0.4.15-dev cycle
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2018-03-22 23:01:25 -07:00

10 lines
298 B
Go

package config
// 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
const CurrentVersionNumber = "0.4.15-dev"
const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"