Release v0.10.0
Adin Schmahmann committed
Sep 30, 2021 at 17:37 UTC
72982d42c9659baf614ba043051ccb2f1190b2d8
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.10.0-rc2"
7
+const CurrentVersionNumber = "0.10.0"
8
9
const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"
10