Skip to content

Commit b7d35e3

Browse files
committedJan 12, 2016
IPFS Versions 0.3.11 release
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
1 parent dc4f5af commit b7d35e3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
 

‎docs/release-checklist.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
# go-ipfs release checklist
22

3+
- [ ] before release, tag 'release canidate' for users to test against
4+
- if bugs are found/fixed, do another release canidate
35
- [ ] all tests pass (no exceptions)
46
- [ ] webui works (for most definitions of 'works')
57
- [ ] CHANGELOG.md has been updated
8+
- use `git log --pretty=short vLAST..master`
69
- [ ] version string in `repo/config/version.go` has been updated
710
- [ ] tag commit with vX.Y.Z
811
- [ ] update release branch to point to release commit

‎repo/config/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
)
99

1010
// CurrentVersionNumber is the current application's version literal
11-
const CurrentVersionNumber = "0.3.11-dev"
11+
const CurrentVersionNumber = "0.3.11"
1212

1313
const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"
1414

0 commit comments

Comments
 (0)
Please sign in to comment.