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:
@ -1 +1 @@
|
||||
0.4.6: QmW4vaD7DLcMBXXCCNd7UwXsApfHaZMEFaHomng3kptGUX
|
||||
0.4.7: QmToMeLQSNX1mqYV1vbtqfth9HtVgUi3FYJ732tAbxhp8G
|
||||
|
@ -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
|
||||
|
@ -306,6 +306,6 @@
|
||||
"language": "go",
|
||||
"license": "MIT",
|
||||
"name": "go-ipfs",
|
||||
"version": "0.4.7-rc1"
|
||||
"version": "0.4.7"
|
||||
}
|
||||
|
||||
|
@ -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 + "/"
|
||||
|
Reference in New Issue
Block a user