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

update version to 0.9.0-dev
This commit is contained in:
Adin Schmahmann 2020-12-09 13:54:50 -05:00 committed by GitHub
commit 2ed9254426
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.8.0-dev"
const CurrentVersionNumber = "0.9.0-dev"
const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"