1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-18 17:29:27 +08:00

IPFS Versions 0.3.11 release

License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
This commit is contained in:
Jeromy
2016-01-12 06:35:24 -08:00
parent dc4f5afaac
commit b7d35e3af5
2 changed files with 4 additions and 1 deletions

View File

@ -1,8 +1,11 @@
# 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

View File

@ -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 + "/"