Unverified Commit 685cd28d authored by Jeromy's avatar Jeromy

ipfs version 0.4.3-rc3

License: MIT
Signed-off-by: default avatarJeromy <why@ipfs.io>
parent ab0492c3
......@@ -195,5 +195,5 @@
"language": "go",
"license": "MIT",
"name": "go-ipfs",
"version": "0.4.3-rc2"
"version": "0.4.3-rc3"
}
......@@ -4,6 +4,6 @@ package config
var CurrentCommit string
// CurrentVersionNumber is the current application's version literal
const CurrentVersionNumber = "0.4.3-rc2"
const CurrentVersionNumber = "0.4.3-rc3"
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