1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-07-01 02:30:39 +08:00

Ipfs 0.4.7

License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
This commit is contained in:
Jeromy
2017-03-15 18:45:28 -07:00
parent 174a566ae6
commit f76b48dfa0
4 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
0.4.6: QmW4vaD7DLcMBXXCCNd7UwXsApfHaZMEFaHomng3kptGUX
0.4.7: QmToMeLQSNX1mqYV1vbtqfth9HtVgUi3FYJ732tAbxhp8G

View File

@ -1,6 +1,6 @@
# go-ipfs changelog
### 0.4.7rc1 - 2017-03-10
### 0.4.7 - 2017-03-15
Ipfs 0.4.7 contains several exciting new features!
First off, The long awaited filestore feature has been merged, allowing users

View File

@ -306,6 +306,6 @@
"language": "go",
"license": "MIT",
"name": "go-ipfs",
"version": "0.4.7-rc1"
"version": "0.4.7"
}

View File

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