1
0
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:
Jeromy
2017-09-27 01:02:15 -07:00
parent 2b12a33ed7
commit 5495be35ef
4 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
0.4.10: QmXmrMgvGsobiWUEfvtS87oeQwRviCp2g9JD6uKea3Fo5m
0.4.11: QmNUKMfTHQQpEwE8bUdv5qmKC3ymdW7zw82LFS8D6MQXmu

View File

@ -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

View File

@ -469,6 +469,6 @@
"language": "go",
"license": "MIT",
"name": "go-ipfs",
"version": "0.4.11-rc2"
"version": "0.4.11"
}

View File

@ -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 + "/"