update version to 0.7.0-dev

This commit is contained in:
Adin Schmahmann 2020-06-19 20:09:15 -04:00
parent 19d6230cde
commit b86e93045a

View File

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