1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-07-02 03:28:25 +08:00

Ipfs 0.4.6, release candidate 1

License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
This commit is contained in:
Jeromy
2017-02-21 10:45:57 -08:00
parent b0c9e7c8df
commit ac2e6bd3bc
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
0.4.5: QmTeScpc3XPbZkSjtxuMykH5wUew8hbV72N6jaCj4aRHPQ
0.4.6-rc1: QmQa2wf1sLFKkjHCVEbna8y5qhdMjL8vtTJSAc48vZGTer

View File

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

View File

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