release: 0.4.20-rc2
This time, the build scripts are ready so we can actually fire off a build. License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
Steven Allen committed
Apr 11, 2019 at 19:01 UTC
b6068ad76f663730487bf03f140d01d6218401e4
2 files changed
+2
-2
CHANGELOG.md
+1
-1
@@ -1,6 +1,6 @@
1
# go-ipfs changelog
2
3
-## 0.4.20-rc1 2019-04-04
3
+## 0.4.20-rc2 2019-04-11
4
5
TODO
6
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-rc1"
7
+const CurrentVersionNumber = "0.4.20-rc2"
8
9
const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"