feat: release v0.6.0

This commit is contained in:
Steven Allen 2020-06-19 14:50:45 -07:00
parent 3f2421c318
commit 5a19539223

View File

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