1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-08-06 11:31:54 +08:00

chore: 0.31.0-rc2

This commit is contained in:
Marcin Rataj
2024-10-08 19:11:37 +02:00
parent 598545171c
commit bd9e154818

View File

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