Merge pull request #9394 from ipfs/bump-release-version

chore: bump version to v0.17.0-rc1
This commit is contained in:
Piotr Galar 2022-11-10 17:28:26 +01:00 committed by GitHub
commit 3d2a7642d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ import (
var CurrentCommit string
// CurrentVersionNumber is the current application's version literal
const CurrentVersionNumber = "0.17.0-dev"
const CurrentVersionNumber = "0.17.0-rc1"
const ApiVersion = "/kubo/" + CurrentVersionNumber + "/" //nolint