@cryptotaxi247 / kubo / commits / 444bb02ab

feat: bump version to 0.6.0-rc6

Steven Allen committed Jun 10, 2020 at 18:19 UTC 444bb02abbb92a325bcc710418ce43016b4c31cb
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-rc5"
7 +const CurrentVersionNumber = "0.6.0-rc6"
8
9 const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"
10