chore: set version to v0.37.0

This commit is contained in:
Marcin Rataj 2025-08-27 18:58:41 +02:00
parent 21e9f27c90
commit 53702e4ba2

View File

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