Commit f071e91e authored by Jeromy's avatar Jeromy

ipfs release 0.4.14-rc2

License: MIT
Signed-off-by: default avatarJeromy <jeromyj@gmail.com>
parent ba3cd5b3
......@@ -581,6 +581,6 @@
"language": "go",
"license": "MIT",
"name": "go-ipfs",
"version": "0.4.14-rc1"
"version": "0.4.14-rc2"
}
......@@ -4,6 +4,6 @@ package config
var CurrentCommit string
// CurrentVersionNumber is the current application's version literal
const CurrentVersionNumber = "0.4.14-rc1"
const CurrentVersionNumber = "0.4.14-rc2"
const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment