Ipfs v0.4.4 - Hotfix pinset release
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
Jeromy committed
Oct 10, 2016 at 07:39 UTC
d905d485192616abaea25f7e721062a9e1093ab9
3 files changed
+6
-2
CHANGELOG.md
+4
@@ -1,5 +1,9 @@
1
# go-ipfs changelog
2
3
+### 0.4.4 - 2016-10-10
4
+
5
+This is a hotfix release that adds a patch for [the pinsets bug](https://github.com/ipfs/go-ipfs/pull/3273).
6
+
7
### 0.4.3-rc4 - 2016-09-09
8
9
This release candidate fixes issues in Bitswap and the `ipfs add` command, and improves testing.
package.json
+1
-1
@@ -201,5 +201,5 @@
201
"language": "go",
202
"license": "MIT",
203
"name": "go-ipfs",
204
- "version": "0.4.3"
204
+ "version": "0.4.4"
205
}
repo/config/version.go
+1
-1
@@ -4,6 +4,6 @@ package config
4
var CurrentCommit string
5
6
// CurrentVersionNumber is the current application's version literal
7
-const CurrentVersionNumber = "0.4.3"
7
+const CurrentVersionNumber = "0.4.4"
8
9
const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"