chore: update version to v0.13.0-dev

This commit is contained in:
Adin Schmahmann 2021-12-13 17:29:29 -05:00
parent a04b68a641
commit da35610c1c

View File

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