'chore: update version.go'

This commit is contained in:
Kubo Mage 2022-12-13 09:08:33 +00:00
parent fd0e77505f
commit ef83ce0912

View File

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