提交 ec51450d 作者: Juan Batiz-Benet

go-ipfs version 0.3.7 release

This patch update fixes a problem we introduced in 0.3.6 and did not
catch: the webui failed to work with out-of-the-box CORS configs.

License: MIT
Signed-off-by: 's avatarJuan Batiz-Benet <juan@benet.ai>
上级 4a8c938c
# go-ipfs changelog
### 0.3.7 - 2015-08-02
This patch update fixes a problem we introduced in 0.3.6 and did not
catch: the webui failed to work with out-of-the-box CORS configs.
This has been fixed and now should work correctly. @jbenet
### 0.3.6 - 2015-07-30
This patch improves the resource consumption of go-ipfs,
......
......@@ -8,7 +8,7 @@ import (
)
// CurrentVersionNumber is the current application's version literal
const CurrentVersionNumber = "0.3.6"
const CurrentVersionNumber = "0.3.7"
// Version regulates checking if the most recent version is run
type Version struct {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论