Release v0.11.0-rc1

This commit is contained in:
Adin Schmahmann 2021-12-01 09:58:39 -05:00
parent d83e3149c5
commit 726b9e216c

View File

@ -4,7 +4,7 @@ package ipfs
var CurrentCommit string
// CurrentVersionNumber is the current application's version literal
const CurrentVersionNumber = "0.11.0-dev"
const CurrentVersionNumber = "0.11.0-rc1"
const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"