chore: update version.go

This commit is contained in:
galargh 2023-01-23 13:41:02 +01:00
parent 0aa23b3ed8
commit 816904386b

View File

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