Unverified 提交 d905d485 作者: Jeromy

Ipfs v0.4.4 - Hotfix pinset release

License: MIT
Signed-off-by: 's avatarJeromy <why@ipfs.io>
上级 cb3bda78
# go-ipfs changelog
### 0.4.4 - 2016-10-10
This is a hotfix release that adds a patch for [the pinsets bug](https://github.com/ipfs/go-ipfs/pull/3273).
### 0.4.3-rc4 - 2016-09-09
This release candidate fixes issues in Bitswap and the `ipfs add` command, and improves testing.
......
......@@ -201,5 +201,5 @@
"language": "go",
"license": "MIT",
"name": "go-ipfs",
"version": "0.4.3"
"version": "0.4.4"
}
......@@ -4,6 +4,6 @@ package config
var CurrentCommit string
// CurrentVersionNumber is the current application's version literal
const CurrentVersionNumber = "0.4.3"
const CurrentVersionNumber = "0.4.4"
const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论