@cryptotaxi247 / kubo / commits / 7a185489a

release: v0.4.21-rc3

This time, we'll actually build it.

Steven Allen committed May 23, 2019 at 10:54 UTC 7a185489a5a7562c7ac710ae3b174628c97ae807
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-rc2"
7 +const CurrentVersionNumber = "0.4.21-rc3"
8
9 const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"