mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-23 21:47:52 +08:00
Ipfs v0.4.11
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
This commit is contained in:
@ -1 +1 @@
|
||||
0.4.10: QmXmrMgvGsobiWUEfvtS87oeQwRviCp2g9JD6uKea3Fo5m
|
||||
0.4.11: QmNUKMfTHQQpEwE8bUdv5qmKC3ymdW7zw82LFS8D6MQXmu
|
||||
|
@ -1,6 +1,6 @@
|
||||
# go-ipfs changelog
|
||||
|
||||
### 0.4.11-rc1 2017-09-14
|
||||
### 0.4.11 2017-09-14
|
||||
|
||||
Ipfs 0.4.11 is a larger release that brings many long-awaited features and
|
||||
performance improvements. These include new datastore options, more efficient
|
||||
|
@ -469,6 +469,6 @@
|
||||
"language": "go",
|
||||
"license": "MIT",
|
||||
"name": "go-ipfs",
|
||||
"version": "0.4.11-rc2"
|
||||
"version": "0.4.11"
|
||||
}
|
||||
|
||||
|
@ -4,6 +4,6 @@ package config
|
||||
var CurrentCommit string
|
||||
|
||||
// CurrentVersionNumber is the current application's version literal
|
||||
const CurrentVersionNumber = "0.4.11-rc2"
|
||||
const CurrentVersionNumber = "0.4.11"
|
||||
|
||||
const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"
|
||||
|
Reference in New Issue
Block a user