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

chore: update version (#9805)

This commit is contained in:
Piotr Galar
2023-04-07 09:28:40 +02:00
committed by GitHub
parent 3c363eb658
commit c58aadb887

View File

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