chore: update version

This commit is contained in:
Henrique Dias 2024-01-11 08:13:54 +00:00
parent 02ea51872b
commit b3c251abc2

View File

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