chore: update version

This commit is contained in:
Henrique Dias 2024-03-04 10:02:22 +00:00
parent 4bc1939892
commit d44d7afa62

View File

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