Release v0.8.0

This commit is contained in:
Adin Schmahmann 2021-02-18 16:58:12 -05:00
parent 3d8321ab2e
commit 9a20c9ebf2

View File

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