diff --git a/CHANGELOG.md b/CHANGELOG.md index a00132d7e11..1dc32c5a7d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # go-ipfs changelog -## 0.4.20-rc1 2019-04-04 +## 0.4.20-rc2 2019-04-11 TODO diff --git a/version.go b/version.go index 947790113c2..b2b3091de0d 100644 --- a/version.go +++ b/version.go @@ -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 + "/"