Ipfs v0.4.17

License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
This commit is contained in:
Jeromy 2018-07-27 12:08:25 -07:00
parent b975bac3b1
commit 7b9b401b61
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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