chore: bump version to v0.17.0-rc1

This commit is contained in:
galargh 2022-11-10 17:17:14 +01:00
parent a4da8f6cc7
commit 89ffd1cb67

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