Commit a8b56d3a authored by Jeromy's avatar Jeromy

Ipfs 0.4.8-rc1

License: MIT
Signed-off-by: default avatarJeromy <jeromyj@gmail.com>
parent 26f96f8d
...@@ -312,6 +312,6 @@ ...@@ -312,6 +312,6 @@
"language": "go", "language": "go",
"license": "MIT", "license": "MIT",
"name": "go-ipfs", "name": "go-ipfs",
"version": "0.4.8-dev" "version": "0.4.8-rc1"
} }
...@@ -4,6 +4,6 @@ package config ...@@ -4,6 +4,6 @@ package config
var CurrentCommit string var CurrentCommit string
// CurrentVersionNumber is the current application's version literal // CurrentVersionNumber is the current application's version literal
const CurrentVersionNumber = "0.4.8-dev" const CurrentVersionNumber = "0.4.8-rc1"
const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/" 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