Merge pull request #6211 from ipfs/feat/release-0.4.20-rc2

release: 0.4.20-rc2
This commit is contained in:
Steven Allen 2019-04-12 10:46:47 -07:00 committed by GitHub
commit 1ecc2d60de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# go-ipfs changelog
## 0.4.20-rc1 2019-04-04
## 0.4.20-rc2 2019-04-11
TODO

View File

@ -4,6 +4,6 @@ package ipfs
var CurrentCommit string
// CurrentVersionNumber is the current application's version literal
const CurrentVersionNumber = "0.4.20-rc1"
const CurrentVersionNumber = "0.4.20-rc2"
const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"