chore: update version

This commit is contained in:
galargh 2023-03-20 11:15:40 +00:00
parent 754264fc08
commit 822106134a

View File

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