feat: bump version to 0.6.0-rc6

This commit is contained in:
Steven Allen 2020-06-10 18:19:33 -07:00
parent 302dea3453
commit 444bb02abb

View File

@ -4,7 +4,7 @@ package ipfs
var CurrentCommit string
// CurrentVersionNumber is the current application's version literal
const CurrentVersionNumber = "0.6.0-rc5"
const CurrentVersionNumber = "0.6.0-rc6"
const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"