chore: update version

This commit is contained in:
Henrique Dias 2024-04-15 06:58:12 +00:00
parent a91640f8b6
commit 3b8e2eedf7

View File

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