Ipfs 0.4.5, release candidate 4

License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
This commit is contained in:
Jeromy 2017-02-10 01:33:38 -08:00
parent f330d5d417
commit 466429ced3
2 changed files with 2 additions and 2 deletions

View File

@ -305,6 +305,6 @@
"language": "go",
"license": "MIT",
"name": "go-ipfs",
"version": "0.4.5-rc3"
"version": "0.4.5-rc4"
}

View File

@ -4,6 +4,6 @@ package config
var CurrentCommit string
// CurrentVersionNumber is the current application's version literal
const CurrentVersionNumber = "0.4.5-rc3"
const CurrentVersionNumber = "0.4.5-rc4"
const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"