release: cut the rc1
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
Steven Allen committed
Apr 4, 2019 at 03:55 UTC
9c6b5ebe01b80882f71660f23d341dfd0f02dfad
2 files changed
+6
-2
CHANGELOG.md
+5
-1
@@ -1,6 +1,10 @@
1
# go-ipfs changelog
2
3
-## 0.4.19 2018-03-01
3
+## 0.4.20-rc1 2019-04-04
4
+
5
+TODO
6
+
7
+## 0.4.19 2019-03-01
8
9
We're happy to announce go 0.4.19. This release contains a bunch of important
10
fixes and a slew of new and improved features. Get pumped and upgrade ASAP to benefit from all the new goodies! 🎁
version.go
+1
-1
@@ -4,6 +4,6 @@ package ipfs
4
var CurrentCommit string
5
6
// CurrentVersionNumber is the current application's version literal
7
-const CurrentVersionNumber = "0.4.20-dev"
7
+const CurrentVersionNumber = "0.4.20-rc1"
8
9
const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"