chore: bump version to v0.18.0-dev

This commit is contained in:
galargh 2022-11-10 17:13:39 +01:00
parent a4da8f6cc7
commit c7d3bec39f

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.18.0-dev"
const ApiVersion = "/kubo/" + CurrentVersionNumber + "/" //nolint