mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 10:27:46 +08:00
Ipfs v0.4.13
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
This commit is contained in:
parent
5d23fd7c45
commit
a0a174ed55
@ -1,6 +1,6 @@
|
||||
# go-ipfs changelog
|
||||
|
||||
## 0.4.13 2017-11-14
|
||||
## 0.4.13 2017-11-16
|
||||
|
||||
Ipfs 0.4.13 is a patch release that fixes two high priority issues that were
|
||||
discovered in the 0.4.12 release.
|
||||
|
||||
@ -493,6 +493,6 @@
|
||||
"language": "go",
|
||||
"license": "MIT",
|
||||
"name": "go-ipfs",
|
||||
"version": "0.4.13-rc1"
|
||||
"version": "0.4.13"
|
||||
}
|
||||
|
||||
|
||||
@ -4,6 +4,6 @@ package config
|
||||
var CurrentCommit string
|
||||
|
||||
// CurrentVersionNumber is the current application's version literal
|
||||
const CurrentVersionNumber = "0.4.13-rc1"
|
||||
const CurrentVersionNumber = "0.4.13"
|
||||
|
||||
const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user