Merge pull request #8136 from ipfs/chore/update-version

update version to 0.10.0-dev
This commit is contained in:
Adin Schmahmann 2021-05-14 06:40:05 -07:00 committed by GitHub
commit e2e115ceff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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