chore: bump version number to v0.13.1

This commit is contained in:
Jorropo 2022-07-06 15:28:44 +02:00 committed by Adin Schmahmann
parent af27e43632
commit 1b60d07d6c

View File

@ -11,7 +11,7 @@ import (
var CurrentCommit string
// CurrentVersionNumber is the current application's version literal
const CurrentVersionNumber = "0.13.0"
const CurrentVersionNumber = "0.13.1"
const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"