chore: update version

This commit is contained in:
Jorropo 2023-12-14 14:09:24 +00:00
parent b46b5ea38a
commit 0ab1f1c0ea

View File

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