Ipfs v0.4.13

License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
This commit is contained in:
Jeromy 2017-11-16 09:58:42 -08:00
parent 5d23fd7c45
commit a0a174ed55
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -493,6 +493,6 @@
"language": "go",
"license": "MIT",
"name": "go-ipfs",
"version": "0.4.13-rc1"
"version": "0.4.13"
}

View File

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