Skip to content

Commit

Permalink
Ipfs v0.4.4 - Hotfix pinset release
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Jeromy <[email protected]>
  • Loading branch information
whyrusleeping committed Oct 10, 2016
1 parent cb3bda7 commit d905d48
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# 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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -201,5 +201,5 @@
"language": "go",
"license": "MIT",
"name": "go-ipfs",
"version": "0.4.3"
"version": "0.4.4"
}
2 changes: 1 addition & 1 deletion repo/config/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 + "/"

0 comments on commit d905d48

Please sign in to comment.