chore: update version

This commit is contained in:
Jorropo 2023-09-26 10:22:54 +00:00
parent deae7341c9
commit 9dbe4f4cca

View File

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