@cryptotaxi247 / kubo / commits / 3d0899f48

feat: release v0.6.0-rc5

Steven Allen committed Jun 9, 2020 at 16:55 UTC 3d0899f4893a03fb20d95d93912d04c4d3af968a
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.6.0-rc4"
7 +const CurrentVersionNumber = "0.6.0-rc5"
8
9 const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"
10