1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-24 22:38:27 +08:00

update version

License: MIT
Signed-off-by: David Dias <daviddias.p@gmail.com>
This commit is contained in:
David Dias
2015-11-03 16:19:17 +00:00
committed by Jeromy
parent 7070b4d878
commit 694abdeea3

View File

@ -7,14 +7,14 @@ import (
"time"
)
// CurrentVersionNumber is the current application's version literal
const CurrentVersionNumber = "0.3.11"
const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"
// 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.0-dev"
const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"
// Version regulates checking if the most recent version is run
type Version struct {
// Current is the ipfs version for which config was generated