chore: update version

This commit is contained in:
Henrique Dias 2023-11-01 10:25:48 +00:00
parent e068f1458c
commit 0f6f02cbea

View File

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