1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-26 07:28:20 +08:00

Ipfs 0.4.8-rc1

License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
This commit is contained in:
Jeromy
2017-03-24 20:34:49 -07:00
parent 26f96f8dce
commit a8b56d3ad7
2 changed files with 2 additions and 2 deletions

View File

@ -312,6 +312,6 @@
"language": "go",
"license": "MIT",
"name": "go-ipfs",
"version": "0.4.8-dev"
"version": "0.4.8-rc1"
}

View File

@ -4,6 +4,6 @@ package config
var CurrentCommit string
// 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 + "/"