@cryptotaxi247 / kubo / commits / 81ed4a143

docs: fix link to version.go

Alan Shaw committed Apr 14, 2020 at 15:10 UTC 81ed4a14309cd83c2349e4596f17788c003626b5
1 file changed +1 -1
docs/RELEASE_ISSUE_TEMPLATE.md
+1 -1
@@ -79,7 +79,7 @@ Checklist:
79 - [ ] IRC
80 - [ ] **Stage 4 - Release**
81 - [ ] Final preparation
82 - - [ ] Verify that version string in [`repo/version.go`](https://github.com/ipfs/go-ipfs/tree/master/repo/version.go) has been updated
82 + - [ ] Verify that version string in [`version.go`](https://github.com/ipfs/go-ipfs/tree/master/version.go) has been updated
83 - [ ] tag commit with vX.Y.Z
84 - [ ] update release branch to point to release commit (`git merge vX.Y.Z`).
85 - [ ] Release published