mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 10:27:46 +08:00
Ipfs v0.4.17
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
This commit is contained in:
parent
b975bac3b1
commit
7b9b401b61
@ -1,6 +1,6 @@
|
||||
# go-ipfs changelog
|
||||
|
||||
## 0.4.17-rc1 2018-07-20
|
||||
## 0.4.17 2018-07-27
|
||||
|
||||
Ipfs 0.4.17 is a quick release to fix two important bugs:
|
||||
|
||||
|
||||
@ -551,6 +551,6 @@
|
||||
"language": "go",
|
||||
"license": "MIT",
|
||||
"name": "go-ipfs",
|
||||
"version": "0.4.17-rc1"
|
||||
"version": "0.4.17"
|
||||
}
|
||||
|
||||
|
||||
@ -4,6 +4,6 @@ package config
|
||||
var CurrentCommit string
|
||||
|
||||
// CurrentVersionNumber is the current application's version literal
|
||||
const CurrentVersionNumber = "0.4.17-rc1"
|
||||
const CurrentVersionNumber = "0.4.17"
|
||||
|
||||
const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user