1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-08-24 02:20:52 +08:00

chore: bump master to 0.34.0-dev

This commit is contained in:
Marcin Rataj
2024-12-20 19:28:21 +01:00
parent 9282f08188
commit 1fe8c69b18

View File

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