1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-05-17 23:16:11 +08:00

update version for release

This commit is contained in:
gammazero
2024-10-16 04:49:53 -10:00
parent bd9e154818
commit 8135adc853

View File

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