提交 b7d35e3a 作者: Jeromy

IPFS Versions 0.3.11 release

License: MIT
Signed-off-by: 's avatarJeromy <jeromyj@gmail.com>
上级 dc4f5afa
# go-ipfs release checklist
- [ ] before release, tag 'release canidate' for users to test against
- if bugs are found/fixed, do another release canidate
- [ ] all tests pass (no exceptions)
- [ ] webui works (for most definitions of 'works')
- [ ] CHANGELOG.md has been updated
- use `git log --pretty=short vLAST..master`
- [ ] version string in `repo/config/version.go` has been updated
- [ ] tag commit with vX.Y.Z
- [ ] update release branch to point to release commit
......
......@@ -8,7 +8,7 @@ import (
)
// CurrentVersionNumber is the current application's version literal
const CurrentVersionNumber = "0.3.11-dev"
const CurrentVersionNumber = "0.3.11"
const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论