merge: origin/master into merge-release-v0.37.0

keep -dev version from master and add v0.38 to changelog
This commit is contained in:
Marcin Rataj 2025-08-27 23:04:44 +02:00
commit eb4edc0fcc
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
# Kubo Changelogs
- [v0.38](docs/changelogs/v0.38.md)
- [v0.37](docs/changelogs/v0.37.md)
- [v0.36](docs/changelogs/v0.36.md)
- [v0.35](docs/changelogs/v0.35.md)

View File

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