Release v0.12.2

This commit is contained in:
Adin Schmahmann 2022-03-18 09:26:26 -04:00
parent d7b60d44fd
commit 9b5ff415a0

View File

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