chore: update version

This commit is contained in:
Henrique Dias 2024-05-27 10:43:29 +00:00
parent 70d976267a
commit 97e5e6b543

View File

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