release v0.4.22-rc1

This commit is contained in:
Steven Allen 2019-07-05 02:39:43 -07:00
parent 136a6dc565
commit c6770c9cd7

View File

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