ipfs release 0.4.14-rc2
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
Jeromy committed
Mar 13, 2018 at 15:11 UTC
f071e91e6bdde9f839c3340558c96ce9241b5be3
2 files changed
+2
-2
package.json
+1
-1
@@ -581,6 +581,6 @@
581
"language": "go",
582
"license": "MIT",
583
"name": "go-ipfs",
584
- "version": "0.4.14-rc1"
584
+ "version": "0.4.14-rc2"
585
}
586
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.14-rc1"
7
+const CurrentVersionNumber = "0.4.14-rc2"
8
9
const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"