chore: release v0.39.0-rc1

This commit is contained in:
Marcin Rataj 2025-11-17 20:37:52 +01:00
parent 597f2b827d
commit d88267018e

View File

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