提交 43264c57 作者: Jeromy

Ipfs v0.4.14

License: MIT
Signed-off-by: 's avatarJeromy <jeromyj@gmail.com>
上级 e77033cb
# go-ipfs changelog # go-ipfs changelog
## 0.4.14 2018-03-02 ## 0.4.14 2018-03-22
Ipfs 0.4.14 is a big release with a large number of improvements and bugfixes. Ipfs 0.4.14 is a big release with a large number of improvements and bugfixes.
It is also the first release of 2018, and our first release in over three It is also the first release of 2018, and our first release in over three
......
...@@ -581,6 +581,6 @@ ...@@ -581,6 +581,6 @@
"language": "go", "language": "go",
"license": "MIT", "license": "MIT",
"name": "go-ipfs", "name": "go-ipfs",
"version": "0.4.14-rc3" "version": "0.4.14"
} }
...@@ -4,6 +4,6 @@ package config ...@@ -4,6 +4,6 @@ package config
var CurrentCommit string var CurrentCommit string
// CurrentVersionNumber is the current application's version literal // CurrentVersionNumber is the current application's version literal
const CurrentVersionNumber = "0.4.14-rc3" const CurrentVersionNumber = "0.4.14"
const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/" const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论