@cryptotaxi247 / kubo / commits / 34a66aa82

release: go-ipfs 0.4.21-rc2

Steven Allen committed May 22, 2019 at 13:54 UTC 34a66aa8200c1585ac53a45be59de71934856457
1 file changed +1 -1
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.21-rc1"
7 +const CurrentVersionNumber = "0.4.21-rc2"
8
9 const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"