Release v0.9.1
Adin Schmahmann committed
Jul 16, 2021 at 18:43 UTC
3b21fcfb8988435a08130d09cf2f9be724a856c8
1 file changed
+1
-1
version.go
+1
-1
@@ -4,7 +4,7 @@ package ipfs
4
var CurrentCommit string
5
6
// CurrentVersionNumber is the current application's version literal
7
-const CurrentVersionNumber = "0.9.0"
7
+const CurrentVersionNumber = "0.9.1"
8
9
const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"
10