release v0.4.22

This commit is contained in:
Steven Allen 2019-08-06 16:19:17 -07:00
parent 6dbfc9a4c4
commit 4e981576b7

View File

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