release v0.4.22
Steven Allen committed
Aug 6, 2019 at 16:19 UTC
4e981576b71665f2a9ba71fbf479204802a03a37
1 file changed
+1
-1
version.go
+1
-1
@@ -4,6 +4,6 @@ package ipfs
4
var CurrentCommit string
5
6
// CurrentVersionNumber is the current application's version literal
7
-const CurrentVersionNumber = "0.4.22-rc1"
7
+const CurrentVersionNumber = "0.4.22"
8
9
const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"