feat: bump version to 0.6.0-rc7

This commit is contained in:
Steven Allen 2020-06-16 22:41:31 -07:00
parent 5fb3a3e4f5
commit 63ff04c4cf

View File

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