提交 694abdee 作者: David Dias 提交者: Jeromy

update version

License: MIT
Signed-off-by: 's avatarDavid Dias <daviddias.p@gmail.com>
上级 7070b4d8
......@@ -7,14 +7,14 @@ import (
"time"
)
// 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.3.11"
const CurrentVersionNumber = "0.4.0-dev"
const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"
// CurrentCommit is the current git commit, this is set as a ldflag in the Makefile
var CurrentCommit string
// Version regulates checking if the most recent version is run
type Version struct {
// Current is the ipfs version for which config was generated
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论