feat: bump version to 0.6.0-rc1

This commit is contained in:
Steven Allen 2020-05-26 00:19:55 -07:00
parent 812d90267a
commit aa169520cd

View File

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