chore: 0.38.0-dev
Some checks are pending
CodeQL / codeql (push) Waiting to run
Docker Build / docker-build (push) Waiting to run
Gateway Conformance / gateway-conformance (push) Waiting to run
Gateway Conformance / gateway-conformance-libp2p-experiment (push) Waiting to run
Go Build / go-build (push) Waiting to run
Go Check / go-check (push) Waiting to run
Go Lint / go-lint (push) Waiting to run
Go Test / go-test (push) Waiting to run
Interop / interop-prep (push) Waiting to run
Interop / helia-interop (push) Blocked by required conditions
Interop / ipfs-webui (push) Blocked by required conditions
Sharness / sharness-test (push) Waiting to run
Spell Check / spellcheck (push) Waiting to run

This commit is contained in:
Marcin Rataj 2025-08-21 19:51:25 +02:00
parent 846e219ead
commit dd3f59db5a
No known key found for this signature in database
GPG Key ID: 222B6784D5A79E42

View File

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