ipfs version 0.4.2
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
Jeromy committed
May 17, 2016 at 11:52 UTC
0f33a569c9c2fe367924b90c843abbe514f7aa32
1 file changed
+1
-1
repo/config/version.go
+1
-1
@@ -4,6 +4,6 @@ package config
4
var CurrentCommit string
5
6
// CurrentVersionNumber is the current application's version literal
7
-const CurrentVersionNumber = "0.4.1"
7
+const CurrentVersionNumber = "0.4.2"
8
9
const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"