chore: update version

This commit is contained in:
galargh 2023-04-05 15:28:47 +00:00
parent 486c583293
commit 096c783e4b

View File

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