kubo/repo/config/version.go
Jeromy b08a674acb bump version to 0.4.14-dev
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-11-18 08:41:27 -08: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.14-dev"
const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"