release: cut the rc1

License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
This commit is contained in:
Steven Allen 2019-04-04 03:55:41 -07:00
parent d6b46de679
commit 9c6b5ebe01
2 changed files with 6 additions and 2 deletions

View File

@ -1,6 +1,10 @@
# go-ipfs changelog
## 0.4.19 2018-03-01
## 0.4.20-rc1 2019-04-04
TODO
## 0.4.19 2019-03-01
We're happy to announce go 0.4.19. This release contains a bunch of important
fixes and a slew of new and improved features. Get pumped and upgrade ASAP to benefit from all the new goodies! 🎁

View File

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