chore: update version

This commit is contained in:
Henrique Dias 2023-12-06 10:39:31 +00:00
parent 48e379a748
commit 1a89365c93

View File

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