Release v0.8.0-rc2

This commit is contained in:
Adin Schmahmann 2021-01-28 23:46:00 -05:00
parent 1684926d1a
commit 4080333de1

View File

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