Merge pull request #7249 from ipfs/feat/version-bump

feat: bump to 0.6.0-dev
This commit is contained in:
Steven Allen 2020-04-29 08:43:30 -07:00 committed by GitHub
commit a05322e845
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.5.0"
const CurrentVersionNumber = "0.6.0-dev"
const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"