@cryptotaxi247 / kubo / commits / d63761bc9

release: go-ipfs 0.5.0-rc2

Steven Allen committed Apr 14, 2020 at 21:19 UTC d63761bc9f67b0f9e71e668782bbe83bdbe59f64
1 file changed +1 -1
version.go
+1 -1
@@ -4,7 +4,7 @@ package ipfs
4 var CurrentCommit string
5
6 // CurrentVersionNumber is the current application's version literal
7 -const CurrentVersionNumber = "0.5.0-rc1"
7 +const CurrentVersionNumber = "0.5.0-rc2"
8
9 const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"
10